File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
codeserver/c9s-python-3.9
jupyter/minimal/ubi9-python-3.9 Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM quay.io/sclorg/python-39-c9s:c9s
3
3
LABEL name="odh-notebook-base-centos-stream9-python-3.9" \
4
4
summary="Python 3.9 CentOS Stream 9 base image for ODH notebooks" \
5
5
description="Base Python 3.9 builder image based on CentOS Stream 9 for ODH notebooks" \
6
- io.k9s .display-name="Python 3.9 c9s base image for ODH notebooks" \
7
- io.k9s .description="Base Python 3.9 builder image based on C9S for ODH notebooks" \
6
+ io.k8s .display-name="Python 3.9 c9s base image for ODH notebooks" \
7
+ io.k8s .description="Base Python 3.9 builder image based on C9S for ODH notebooks" \
8
8
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
9
9
io.openshift.build.commit.ref="main" \
10
10
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/base/c9s-python-3.9" \
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi9/python-39:latest
3
3
LABEL name="odh-notebook-base-ubi9-python-3.9" \
4
4
summary="Python 3.9 base image for ODH notebooks" \
5
5
description="Base Python 3.9 builder image based on UBI9 for ODH notebooks" \
6
- io.k9s .display-name="Python 3.9 base image for ODH notebooks" \
7
- io.k9s .description="Base Python 3.9 builder image based on UBI9 for ODH notebooks" \
6
+ io.k8s .display-name="Python 3.9 base image for ODH notebooks" \
7
+ io.k8s .description="Base Python 3.9 builder image based on UBI9 for ODH notebooks" \
8
8
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
9
9
io.openshift.build.commit.ref="main" \
10
10
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/base/ubi9-python-3.9" \
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ARG CODESERVER_VERSION=v4.16.1
6
6
LABEL name="odh-notebook-code-server-c9s-python-3.9" \
7
7
summary="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
8
8
description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
9
- io.k9s .display-name="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
10
- io.k9s .description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
9
+ io.k8s .display-name="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
10
+ io.k8s .description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
11
11
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
12
12
io.openshift.build.commit.ref="main" \
13
13
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/codeserver/c9s-python-3.9" \
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM ${BASE_IMAGE}
4
4
LABEL name="odh-notebook-jupyter-minimal-ubi9-python-3.9" \
5
5
summary="Minimal Jupyter notebook image for ODH notebooks" \
6
6
description="Minimal Jupyter notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
7
- io.k9s .display-name="Minimal Jupyter notebook image for ODH notebooks" \
8
- io.k9s .description="Minimal Jupyter notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
7
+ io.k8s .display-name="Minimal Jupyter notebook image for ODH notebooks" \
8
+ io.k8s .description="Minimal Jupyter notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
9
9
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
10
10
io.openshift.build.commit.ref="main" \
11
11
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal/ubi9-python-3.9" \
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM ${BASE_IMAGE}
4
4
LABEL name="odh-notebook-rstudio-c9s-python-3.9" \
5
5
summary="R Studio image with python 3.9 based on CentOS Stream 9" \
6
6
description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
7
- io.k9s .display-name="R Studio image with python 3.9 based on CentOS Stream 9" \
8
- io.k9s .description="R Studio image with python 3.9 based on CentOS Stream 9" \
7
+ io.k8s .display-name="R Studio image with python 3.9 based on CentOS Stream 9" \
8
+ io.k8s .description="R Studio image with python 3.9 based on CentOS Stream 9" \
9
9
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
10
10
io.openshift.build.commit.ref="main" \
11
11
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/rstudio/c9s-python-3.9" \
You can’t perform that action at this time.
0 commit comments