From 29faeaa8da519ca675d05fbe63fa78ac871d8ba5 Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Tue, 17 Feb 2026 12:10:11 +0200 Subject: [PATCH 1/2] test Signed-off-by: Roman Nikitenko --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d9c46efb38..15399400637 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ # che-code +test + Deploy `Code-OSS` (https://github.com/microsoft/vscode) on a Kubernetes cluster and connect with your Browser. This repository is hosting the changes to have the `Code-OSS` running inside a browser and connecting to a remote HTTP(s) server (instead of using desktop mode). From de4f74a7fb725e33daf3bcedc74df101d689fcf5 Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Tue, 17 Feb 2026 12:31:18 +0200 Subject: [PATCH 2/2] test fix Signed-off-by: Roman Nikitenko --- build/dockerfiles/linux-libc-ubi9.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/linux-libc-ubi9.Dockerfile b/build/dockerfiles/linux-libc-ubi9.Dockerfile index b186be3b49c..bd3bd5899f1 100644 --- a/build/dockerfiles/linux-libc-ubi9.Dockerfile +++ b/build/dockerfiles/linux-libc-ubi9.Dockerfile @@ -48,7 +48,7 @@ RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\ else \ LIBKEYBOARD=""; echo "Warning: arch $(uname -m) not supported"; \ fi; } \ - && yum install -y $LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \ + && yum install --nobest -y $LIBSECRET $LIBKEYBOARD make cmake gcc gcc-c++ python3.9 git git-core-doc openssh less libX11-devel libxkbcommon krb5-devel bash tar gzip rsync patch npm \ && yum -y clean all && rm -rf /var/cache/yum #########################################################