Skip to content

Commit 8a63537

Browse files
committed
Use ubi9-nodejs-20-minimal image as base for che-code-sshd.
Signed-off-by: Roland Grunberg <[email protected]>
1 parent abe223d commit 8a63537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/dockerfiles/dev.sshd.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# SPDX-License-Identifier: EPL-2.0
77
#
88

9-
FROM quay.io/devfile/base-developer-image:latest
9+
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.6
1010

1111
USER 0
1212

13-
RUN dnf -y install libsecret openssh-server nss_wrapper-libs nodejs && \
14-
dnf -y clean all --enablerepo='*'
13+
RUN microdnf -y install libsecret openssh-server nss_wrapper-libs && \
14+
microdnf -y clean all --enablerepo='*'
1515

1616
# sshd_config is root:root 600
1717
RUN chmod 644 /etc/ssh/sshd_config

0 commit comments

Comments
 (0)