Skip to content

Commit 1547594

Browse files
committed
RHAIENG-1186: chore(dockerfile): bump code-server version to v4.104.0 in UBI9 Python 3.12 image
1 parent 6038ec3 commit 1547594

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

codeserver/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG CODESERVER_SOURCE_CODE=codeserver/ubi9-python-3.12
2323

2424
ARG NODE_VERSION=20
2525

26-
ARG CODESERVER_VERSION=v4.98.0
26+
ARG CODESERVER_VERSION=v4.104.0
2727

2828
COPY ${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
####################
116116
FROM cpu-base AS codeserver
117117

118-
ARG TARGETOS TARGETARCH
118+
ARG TARGETOS
119+
ARG TARGETARCH
119120

120121
ARG CODESERVER_SOURCE_CODE=codeserver/ubi9-python-3.12
121-
ARG CODESERVER_VERSION=v4.98.0
122+
ARG CODESERVER_VERSION=v4.104.0
122123

123124
LABEL name="odh-notebook-code-server-ubi9-python-3.12" \
124125
summary="code-server image with python 3.12 based on UBI 9" \

codeserver/ubi9-python-3.12/get_code_server_rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)