Skip to content

Commit 1162813

Browse files
Merge pull request #308 from jstourac/k9sTypo
[Fix] typo in some docker image labels `k9s` instead of `k8s`
2 parents 9737fab + 3f0f8ad commit 1162813

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

base/c9s-python-3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM quay.io/sclorg/python-39-c9s:c9s
33
LABEL name="odh-notebook-base-centos-stream9-python-3.9" \
44
summary="Python 3.9 CentOS Stream 9 base image for ODH notebooks" \
55
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" \
88
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
99
io.openshift.build.commit.ref="main" \
1010
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/base/c9s-python-3.9" \

base/ubi9-python-3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi9/python-39:latest
33
LABEL name="odh-notebook-base-ubi9-python-3.9" \
44
summary="Python 3.9 base image for ODH notebooks" \
55
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" \
88
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
99
io.openshift.build.commit.ref="main" \
1010
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/base/ubi9-python-3.9" \

codeserver/c9s-python-3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ARG CODESERVER_VERSION=v4.16.1
66
LABEL name="odh-notebook-code-server-c9s-python-3.9" \
77
summary="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
88
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" \
1111
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
1212
io.openshift.build.commit.ref="main" \
1313
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/codeserver/c9s-python-3.9" \

jupyter/minimal/ubi9-python-3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM ${BASE_IMAGE}
44
LABEL name="odh-notebook-jupyter-minimal-ubi9-python-3.9" \
55
summary="Minimal Jupyter notebook image for ODH notebooks" \
66
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" \
99
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
1010
io.openshift.build.commit.ref="main" \
1111
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal/ubi9-python-3.9" \

rstudio/c9s-python-3.9/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM ${BASE_IMAGE}
44
LABEL name="odh-notebook-rstudio-c9s-python-3.9" \
55
summary="R Studio image with python 3.9 based on CentOS Stream 9" \
66
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" \
99
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
1010
io.openshift.build.commit.ref="main" \
1111
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/rstudio/c9s-python-3.9" \

0 commit comments

Comments
 (0)