Skip to content

Commit 4def135

Browse files
committed
Use ubi9-nodejs-20-minimal image as base for che-code-sshd.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 0ec7d30 commit 4def135

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)