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). 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