Skip to content

Commit 0cb26d1

Browse files
committed
fixup remove unused rstudio SECRET_DIR arguments (#2686)
1 parent 1b93a1f commit 0cb26d1

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

rstudio/rhel9-python-3.12/Dockerfile.cpu

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ ARG TARGETARCH
6767

6868
WORKDIR /opt/app-root/bin
6969

70-
# TODO THIS SHOULD BE REMOVED
71-
# Access the client's secret for the subscription manager from the environment variable
72-
ARG SECRET_DIR=/opt/app-root/src/.sec
73-
ARG SERVERURL_DEFAULT=""
74-
ARG BASEURL_DEFAULT=""
75-
# TILL HERE
76-
7770
LABEL name="odh-notebook-rstudio-server-rhel9-python-3.12" \
7871
summary="RStudio Server image with python 3.12 based on Red Hat Enterprise Linux 9" \
7972
description="RStudio Server image with python 3.12 based on Red Hat Enterprise Linux 9" \

rstudio/rhel9-python-3.12/Dockerfile.cuda

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ ARG TARGETARCH
6767

6868
WORKDIR /opt/app-root/bin
6969

70-
# TODO THIS SHOULD BE REMOVED
71-
# Access the client's secret for the subscription manager from the environment variable
72-
ARG SECRET_DIR=/opt/app-root/src/.sec
73-
ARG SERVERURL_DEFAULT=""
74-
ARG BASEURL_DEFAULT=""
75-
# TILL HERE
76-
7770
LABEL name="odh-notebook-rstudio-server-rhel9-python-3.12" \
7871
summary="RStudio Server image with python 3.12 based on Red Hat Enterprise Linux 9" \
7972
description="RStudio Server image with python 3.12 based on Red Hat Enterprise Linux 9" \

0 commit comments

Comments
 (0)