File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
codeserver/ubi9-python-3.12 Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG CODESERVER_SOURCE_CODE=codeserver/ubi9-python-3.12
23
23
24
24
ARG NODE_VERSION=20
25
25
26
- ARG CODESERVER_VERSION=v4.98 .0
26
+ ARG CODESERVER_VERSION=v4.104 .0
27
27
28
28
COPY ${CODESERVER_SOURCE_CODE}/get_code_server_rpm.sh .
29
29
@@ -115,10 +115,11 @@ RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/oc
115
115
####################
116
116
FROM cpu-base AS codeserver
117
117
118
- ARG TARGETOS TARGETARCH
118
+ ARG TARGETOS
119
+ ARG TARGETARCH
119
120
120
121
ARG CODESERVER_SOURCE_CODE=codeserver/ubi9-python-3.12
121
- ARG CODESERVER_VERSION=v4.98 .0
122
+ ARG CODESERVER_VERSION=v4.104 .0
122
123
123
124
LABEL name="odh-notebook-code-server-ubi9-python-3.12" \
124
125
summary="code-server image with python 3.12 based on UBI 9" \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if [[ "$ARCH" == "amd64" || "$ARCH" == "arm64" ||"$ARCH" == "ppc64le" ]]; then
21
21
22
22
export MAX_JOBS=${MAX_JOBS:- $(nproc)}
23
23
export NODE_VERSION=${NODE_VERSION:- 20}
24
- export CODESERVER_VERSION=${CODESERVER_VERSION:- v4.98 .0}
24
+ export CODESERVER_VERSION=${CODESERVER_VERSION:- v4.104 .0}
25
25
26
26
export NVM_DIR=/root/.nvm VENV=/opt/.venv
27
27
export PATH=${VENV} /bin:$PATH
You can’t perform that action at this time.
0 commit comments