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
2323
2424ARG NODE_VERSION=20
2525
26- ARG CODESERVER_VERSION=v4.98 .0
26+ ARG CODESERVER_VERSION=v4.104 .0
2727
2828COPY ${CODESERVER_SOURCE_CODE}/get_code_server_rpm.sh .
2929
@@ -115,10 +115,11 @@ RUN curl -L https://mirror.openshift.com/pub/openshift-v4/$(uname -m)/clients/oc
115115####################
116116FROM cpu-base AS codeserver
117117
118- ARG TARGETOS TARGETARCH
118+ ARG TARGETOS
119+ ARG TARGETARCH
119120
120121ARG CODESERVER_SOURCE_CODE=codeserver/ubi9-python-3.12
121- ARG CODESERVER_VERSION=v4.98 .0
122+ ARG CODESERVER_VERSION=v4.104 .0
122123
123124LABEL name="odh-notebook-code-server-ubi9-python-3.12" \
124125 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
2121
2222 export MAX_JOBS=${MAX_JOBS:- $(nproc)}
2323 export NODE_VERSION=${NODE_VERSION:- 20}
24- export CODESERVER_VERSION=${CODESERVER_VERSION:- v4.98 .0}
24+ export CODESERVER_VERSION=${CODESERVER_VERSION:- v4.104 .0}
2525
2626 export NVM_DIR=/root/.nvm VENV=/opt/.venv
2727 export PATH=${VENV} /bin:$PATH
You can’t perform that action at this time.
0 commit comments