From 88e4ae6c5d589be59812a29ebf126111596df7d9 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 f5e164083c339afba6d7c4024975f07082260897 Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Tue, 24 Mar 2026 17:56:34 +0200 Subject: [PATCH 2/2] test Signed-off-by: Roman Nikitenko --- build/dockerfiles/linux-libc-ubi8.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/dockerfiles/linux-libc-ubi8.Dockerfile b/build/dockerfiles/linux-libc-ubi8.Dockerfile index cbaf2d0dbfa..79463adeae6 100644 --- a/build/dockerfiles/linux-libc-ubi8.Dockerfile +++ b/build/dockerfiles/linux-libc-ubi8.Dockerfile @@ -12,6 +12,7 @@ FROM registry.access.redhat.com/ubi8/nodejs-22:1-1760420951 as linux-libc-ubi8-b USER root # Export GITHUB_TOKEN into environment variable +# test ARG GITHUB_TOKEN='' ENV GITHUB_TOKEN=$GITHUB_TOKEN