Skip to content
Draft

TEST #582

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions build/dockerfiles/linux-libc-ubi8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading