Skip to content

Commit 7580c21

Browse files
committed
add/update required labels
1 parent c99f76e commit 7580c21

File tree

30 files changed

+242
-282
lines changed

30 files changed

+242
-282
lines changed

codeserver/ubi9-python-3.11/Dockerfile.konflux.cpu

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ ARG TARGETOS TARGETARCH
3434
ARG CODESERVER_SOURCE_CODE=codeserver/ubi9-python-3.11
3535
ARG CODESERVER_VERSION=v4.98.0
3636

37-
LABEL name="odh-notebook-code-server-ubi9-python-3.11" \
38-
summary="code-server image with python 3.11 based on UBI 9" \
39-
description="code-server image with python 3.11 based on UBI9" \
40-
io.k8s.display-name="code-server image with python 3.11 based on UBI9" \
41-
io.k8s.description="code-server image with python 3.11 based on UBI9" \
42-
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
43-
io.openshift.build.commit.ref="main" \
44-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/codeserver/ubi9-python-3.11" \
45-
io.openshift.build.image="quay.io/opendatahub/workbench-images:codeserver-ubi9-python-3.11"
46-
4737
USER 0
4838

4939
WORKDIR /opt/app-root/bin
@@ -147,3 +137,11 @@ RUN echo "Installing softwares and packages" && \
147137
WORKDIR /opt/app-root/src
148138

149139
CMD ["/opt/app-root/bin/run-code-server.sh"]
140+
141+
LABEL name="rhoai/odh-workbench-codeserver-datascience-cpu-py311-rhel9" \
142+
com.redhat.component="odh-workbench-codeserver-datascience-cpu-py311-rhel9" \
143+
io.k8s.display-name="odh-workbench-codeserver-datascience-cpu-py311-rhel9" \
144+
summary="code-server image with python 3.11 based on UBI 9" \
145+
description="code-server image with python 3.11 based on UBI9" \
146+
io.k8s.description="code-server image with python 3.11 based on UBI9" \
147+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

codeserver/ubi9-python-3.12/Dockerfile.konflux.cpu

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ ARG TARGETOS TARGETARCH
3434
ARG CODESERVER_SOURCE_CODE=codeserver/ubi9-python-3.12
3535
ARG CODESERVER_VERSION=v4.98.0
3636

37-
LABEL name="odh-notebook-code-server-ubi9-python-3.12" \
38-
summary="code-server image with python 3.12 based on UBI 9" \
39-
description="code-server image with python 3.12 based on UBI9" \
40-
io.k8s.display-name="code-server image with python 3.12 based on UBI9" \
41-
io.k8s.description="code-server image with python 3.12 based on UBI9" \
42-
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
43-
io.openshift.build.commit.ref="main" \
44-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/codeserver/ubi9-python-3.12" \
45-
io.openshift.build.image="quay.io/opendatahub/workbench-images:codeserver-ubi9-python-3.12"
46-
4737
USER 0
4838

4939
WORKDIR /opt/app-root/bin
@@ -147,3 +137,11 @@ RUN echo "Installing softwares and packages" && \
147137
WORKDIR /opt/app-root/src
148138

149139
CMD ["/opt/app-root/bin/run-code-server.sh"]
140+
141+
LABEL name="rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9" \
142+
com.redhat.component="odh-workbench-codeserver-datascience-cpu-py312-rhel9" \
143+
io.k8s.display-name="odh-workbench-codeserver-datascience-cpu-py312-rhel9" \
144+
summary="code-server image with python 3.12 based on UBI 9" \
145+
description="code-server image with python 3.12 based on UBI9" \
146+
io.k8s.description="code-server image with python 3.11 based on UBI9" \
147+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

jupyter/datascience/ubi9-python-3.11/Dockerfile.konflux.cpu

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,6 @@ FROM jupyter-minimal AS jupyter-datascience
6969

7070
ARG DATASCIENCE_SOURCE_CODE=jupyter/datascience/ubi9-python-3.11
7171

72-
LABEL name="odh-notebook-jupyter-datascience-ubi9-python-3.11" \
73-
summary="Jupyter data science notebook image for ODH notebooks" \
74-
description="Jupyter data science notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
75-
io.k8s.display-name="Jupyter data science notebook image for ODH notebooks" \
76-
io.k8s.description="Jupyter data science notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
77-
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
78-
io.openshift.build.commit.ref="main" \
79-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/datascience/ubi9-python-3.11" \
80-
io.openshift.build.image="quay.io/opendatahub/workbench-images:jupyter-datascience-ubi9-python-3.11"
81-
8272
WORKDIR /opt/app-root/bin
8373

8474
# OS Packages needs to be installed as root
@@ -126,3 +116,11 @@ RUN echo "Installing softwares and packages" && \
126116
fix-permissions /opt/app-root -P
127117

128118
WORKDIR /opt/app-root/src
119+
120+
LABEL name="rhoai/odh-workbench-jupyter-datascience-cpu-py311-rhel9" \
121+
com.redhat.component="odh-workbench-jupyter-datascience-cpu-py311-rhel9" \
122+
io.k8s.display-name="odh-workbench-jupyter-datascience-cpu-py311-rhel9" \
123+
summary="Jupyter data science notebook image for ODH notebooks" \
124+
description="Jupyter data science notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
125+
io.k8s.description="Jupyter data science notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
126+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

jupyter/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,6 @@ FROM jupyter-minimal AS jupyter-datascience
6969

7070
ARG DATASCIENCE_SOURCE_CODE=jupyter/datascience/ubi9-python-3.12
7171

72-
LABEL name="odh-notebook-jupyter-datascience-ubi9-python-3.12" \
73-
summary="Jupyter data science notebook image for ODH notebooks" \
74-
description="Jupyter data science notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
75-
io.k8s.display-name="Jupyter data science notebook image for ODH notebooks" \
76-
io.k8s.description="Jupyter data science notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
77-
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
78-
io.openshift.build.commit.ref="main" \
79-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/datascience/ubi9-python-3.12" \
80-
io.openshift.build.image="quay.io/opendatahub/workbench-images:jupyter-datascience-ubi9-python-3.12"
81-
8272
WORKDIR /opt/app-root/bin
8373

8474
# OS Packages needs to be installed as root
@@ -124,3 +114,11 @@ RUN echo "Installing softwares and packages" && \
124114
fix-permissions /opt/app-root -P
125115

126116
WORKDIR /opt/app-root/src
117+
118+
LABEL name="rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9" \
119+
com.redhat.component="odh-workbench-jupyter-datascience-cpu-py312-rhel9" \
120+
io.k8s.display-name="odh-workbench-jupyter-datascience-cpu-py312-rhel9" \
121+
summary="Jupyter data science notebook image for ODH notebooks" \
122+
description="Jupyter data science notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
123+
io.k8s.description="Jupyter data science notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
124+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

jupyter/minimal/ubi9-python-3.11/Dockerfile.konflux.cpu

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ FROM base AS jupyter-minimal
3131
ARG JUPYTER_REUSABLE_UTILS=jupyter/utils
3232
ARG MINIMAL_SOURCE_CODE=jupyter/minimal/ubi9-python-3.11
3333

34-
LABEL name="odh-notebook-jupyter-minimal-ubi9-python-3.11" \
35-
summary="Minimal Jupyter notebook image for ODH notebooks" \
36-
description="Minimal Jupyter notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
37-
io.k8s.display-name="Minimal Jupyter notebook image for ODH notebooks" \
38-
io.k8s.description="Minimal Jupyter notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
39-
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
40-
io.openshift.build.commit.ref="main" \
41-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal/ubi9-python-3.11" \
42-
io.openshift.build.image="quay.io/opendatahub/workbench-images:jupyter-minimal-ubi9-python-3.11"
43-
4434
WORKDIR /opt/app-root/bin
4535

4636
COPY ${JUPYTER_REUSABLE_UTILS} utils/
@@ -74,3 +64,11 @@ RUN echo "Installing softwares and packages" && \
7464
WORKDIR /opt/app-root/src
7565

7666
ENTRYPOINT ["start-notebook.sh"]
67+
68+
LABEL name="rhoai/odh-workbench-jupyter-minimal-cpu-py311-rhel9" \
69+
com.redhat.component="odh-workbench-jupyter-minimal-cpu-py311-rhel9" \
70+
io.k8s.display-name="odh-workbench-jupyter-minimal-cpu-py311-rhel9" \
71+
summary="Minimal Jupyter notebook image for ODH notebooks" \
72+
description="Minimal Jupyter notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
73+
io.k8s.description="Minimal Jupyter notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
74+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

jupyter/minimal/ubi9-python-3.11/Dockerfile.konflux.cuda

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,6 @@ FROM cuda-base AS cuda-jupyter-minimal
159159
ARG JUPYTER_REUSABLE_UTILS=jupyter/utils
160160
ARG MINIMAL_SOURCE_CODE=jupyter/minimal/ubi9-python-3.11
161161

162-
LABEL name="odh-notebook-jupyter-cuda-minimal-ubi9-python-3.11" \
163-
summary="Minimal Jupyter CUDA notebook image for ODH notebooks" \
164-
description="Minimal Jupyter CUDA notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
165-
io.k8s.display-name="Minimal Jupyter CUDA notebook image for ODH notebooks" \
166-
io.k8s.description="Minimal Jupyter CUDA notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
167-
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
168-
io.openshift.build.commit.ref="main" \
169-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal/ubi9-python-3.11" \
170-
io.openshift.build.image="quay.io/opendatahub/workbench-images:cuda-jupyter-minimal-ubi9-python-3.11"
171-
172162
WORKDIR /opt/app-root/bin
173163

174164
COPY ${JUPYTER_REUSABLE_UTILS} utils/
@@ -202,3 +192,11 @@ RUN echo "Installing softwares and packages" && \
202192
WORKDIR /opt/app-root/src
203193

204194
ENTRYPOINT ["start-notebook.sh"]
195+
196+
LABEL name="rhoai/odh-workbench-jupyter-minimal-cuda-py311-rhel9" \
197+
com.redhat.component="odh-workbench-jupyter-minimal-cuda-py311-rhel9" \
198+
io.k8s.display-name="odh-workbench-jupyter-minimal-cuda-py311-rhel9" \
199+
summary="Minimal Jupyter CUDA notebook image for ODH notebooks" \
200+
description="Minimal Jupyter CUDA notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
201+
io.k8s.description="Minimal Jupyter CUDA notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
202+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

jupyter/minimal/ubi9-python-3.11/Dockerfile.konflux.rocm

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,6 @@ FROM rocm-base AS rocm-jupyter-minimal
6565
ARG JUPYTER_REUSABLE_UTILS=jupyter/utils
6666
ARG MINIMAL_SOURCE_CODE=jupyter/minimal/ubi9-python-3.11
6767

68-
LABEL name="odh-notebook-jupyter-rocm-minimal-ubi9-python-3.11" \
69-
summary="Minimal Jupyter ROCm notebook image for ODH notebooks" \
70-
description="Minimal Jupyter ROCm notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
71-
io.k8s.display-name="Minimal Jupyter ROCm notebook image for ODH notebooks" \
72-
io.k8s.description="Minimal Jupyter ROCm notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
73-
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
74-
io.openshift.build.commit.ref="main" \
75-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal/ubi9-python-3.11" \
76-
io.openshift.build.image="quay.io/opendatahub/workbench-images:rocm-jupyter-minimal-ubi9-python-3.11"
77-
7868
WORKDIR /opt/app-root/bin
7969

8070
COPY ${JUPYTER_REUSABLE_UTILS} utils/
@@ -108,3 +98,11 @@ RUN echo "Installing softwares and packages" && \
10898
WORKDIR /opt/app-root/src
10999

110100
ENTRYPOINT ["start-notebook.sh"]
101+
102+
LABEL name="rhoai/odh-workbench-jupyter-minimal-rocm-py311-rhel9" \
103+
com.redhat.component="odh-workbench-jupyter-minimal-rocm-py311-rhel9" \
104+
io.k8s.display-name="odh-workbench-jupyter-minimal-rocm-py311-rhel9" \
105+
summary="Minimal Jupyter ROCm notebook image for ODH notebooks" \
106+
description="Minimal Jupyter ROCm notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
107+
io.k8s.description="Minimal Jupyter ROCm notebook image with base Python 3.11 builder image based on UBI9 for ODH notebooks" \
108+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,11 @@ RUN echo "Installing softwares and packages" && \
7272
WORKDIR /opt/app-root/src
7373

7474
ENTRYPOINT ["start-notebook.sh"]
75+
76+
LABEL name="rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9" \
77+
com.redhat.component="odh-workbench-jupyter-minimal-cpu-py312-rhel9" \
78+
io.k8s.display-name="odh-workbench-jupyter-minimal-cpu-py312-rhel9" \
79+
summary="Minimal Jupyter notebook image for ODH notebooks" \
80+
description="Minimal Jupyter notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
81+
io.k8s.description="Minimal Jupyter notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
82+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.cuda

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,11 @@ RUN echo "Installing softwares and packages" && \
174174
WORKDIR /opt/app-root/src
175175

176176
ENTRYPOINT ["start-notebook.sh"]
177+
178+
LABEL name="rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9" \
179+
com.redhat.component="odh-workbench-jupyter-minimal-cuda-py312-rhel9" \
180+
io.k8s.display-name="odh-workbench-jupyter-minimal-cuda-py312-rhel9" \
181+
summary="Minimal Jupyter CUDA notebook image for ODH notebooks" \
182+
description="Minimal Jupyter CUDA notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
183+
io.k8s.description="Minimal Jupyter CUDA notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
184+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

jupyter/minimal/ubi9-python-3.12/Dockerfile.konflux.rocm

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,6 @@ FROM rocm-base AS rocm-jupyter-minimal
6565
ARG JUPYTER_REUSABLE_UTILS=jupyter/utils
6666
ARG MINIMAL_SOURCE_CODE=jupyter/minimal/ubi9-python-3.12
6767

68-
LABEL name="odh-notebook-jupyter-rocm-minimal-ubi9-python-3.12" \
69-
summary="Minimal Jupyter ROCm notebook image for ODH notebooks" \
70-
description="Minimal Jupyter ROCm notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
71-
io.k8s.display-name="Minimal Jupyter ROCm notebook image for ODH notebooks" \
72-
io.k8s.description="Minimal Jupyter ROCm notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
73-
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
74-
io.openshift.build.commit.ref="main" \
75-
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal/ubi9-python-3.12" \
76-
io.openshift.build.image="quay.io/opendatahub/workbench-images:rocm-jupyter-minimal-ubi9-python-3.12"
77-
7868
WORKDIR /opt/app-root/bin
7969

8070
COPY ${JUPYTER_REUSABLE_UTILS} utils/
@@ -106,3 +96,11 @@ RUN echo "Installing softwares and packages" && \
10696
WORKDIR /opt/app-root/src
10797

10898
ENTRYPOINT ["start-notebook.sh"]
99+
100+
LABEL name="rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9" \
101+
com.redhat.component="odh-workbench-jupyter-minimal-rocm-py312-rhel9" \
102+
io.k8s.display-name="odh-workbench-jupyter-minimal-rocm-py312-rhel9" \
103+
summary="Minimal Jupyter ROCm notebook image for ODH notebooks" \
104+
description="Minimal Jupyter ROCm notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
105+
io.k8s.description="Minimal Jupyter ROCm notebook image with base Python 3.12 builder image based on UBI9 for ODH notebooks" \
106+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"

0 commit comments

Comments
 (0)