Skip to content

Commit

Permalink
[Fix] typo in some docker image labels k9s instead of k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
jstourac committed Nov 3, 2023
1 parent 9737fab commit 3f0f8ad
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions base/c9s-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM quay.io/sclorg/python-39-c9s:c9s
LABEL name="odh-notebook-base-centos-stream9-python-3.9" \
summary="Python 3.9 CentOS Stream 9 base image for ODH notebooks" \
description="Base Python 3.9 builder image based on CentOS Stream 9 for ODH notebooks" \
io.k9s.display-name="Python 3.9 c9s base image for ODH notebooks" \
io.k9s.description="Base Python 3.9 builder image based on C9S for ODH notebooks" \
io.k8s.display-name="Python 3.9 c9s base image for ODH notebooks" \
io.k8s.description="Base Python 3.9 builder image based on C9S for ODH notebooks" \
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
io.openshift.build.commit.ref="main" \
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/base/c9s-python-3.9" \
Expand Down
4 changes: 2 additions & 2 deletions base/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi9/python-39:latest
LABEL name="odh-notebook-base-ubi9-python-3.9" \
summary="Python 3.9 base image for ODH notebooks" \
description="Base Python 3.9 builder image based on UBI9 for ODH notebooks" \
io.k9s.display-name="Python 3.9 base image for ODH notebooks" \
io.k9s.description="Base Python 3.9 builder image based on UBI9 for ODH notebooks" \
io.k8s.display-name="Python 3.9 base image for ODH notebooks" \
io.k8s.description="Base Python 3.9 builder image based on UBI9 for ODH notebooks" \
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
io.openshift.build.commit.ref="main" \
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/base/ubi9-python-3.9" \
Expand Down
4 changes: 2 additions & 2 deletions codeserver/c9s-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG CODESERVER_VERSION=v4.16.1
LABEL name="odh-notebook-code-server-c9s-python-3.9" \
summary="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
io.k9s.display-name="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
io.k9s.description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
io.k8s.display-name="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
io.k8s.description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
io.openshift.build.commit.ref="main" \
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/codeserver/c9s-python-3.9" \
Expand Down
4 changes: 2 additions & 2 deletions jupyter/minimal/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM ${BASE_IMAGE}
LABEL name="odh-notebook-jupyter-minimal-ubi9-python-3.9" \
summary="Minimal Jupyter notebook image for ODH notebooks" \
description="Minimal Jupyter notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
io.k9s.display-name="Minimal Jupyter notebook image for ODH notebooks" \
io.k9s.description="Minimal Jupyter notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
io.k8s.display-name="Minimal Jupyter notebook image for ODH notebooks" \
io.k8s.description="Minimal Jupyter notebook image with base Python 3.9 builder image based on UBI9 for ODH notebooks" \
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
io.openshift.build.commit.ref="main" \
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal/ubi9-python-3.9" \
Expand Down
4 changes: 2 additions & 2 deletions rstudio/c9s-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM ${BASE_IMAGE}
LABEL name="odh-notebook-rstudio-c9s-python-3.9" \
summary="R Studio image with python 3.9 based on CentOS Stream 9" \
description="Code Server (VS Code) image with python 3.9 based on CentOS Stream 9" \
io.k9s.display-name="R Studio image with python 3.9 based on CentOS Stream 9" \
io.k9s.description="R Studio image with python 3.9 based on CentOS Stream 9" \
io.k8s.display-name="R Studio image with python 3.9 based on CentOS Stream 9" \
io.k8s.description="R Studio image with python 3.9 based on CentOS Stream 9" \
authoritative-source-url="https://github.com/opendatahub-io/notebooks" \
io.openshift.build.commit.ref="main" \
io.openshift.build.source-location="https://github.com/opendatahub-io/notebooks/tree/main/rstudio/c9s-python-3.9" \
Expand Down

0 comments on commit 3f0f8ad

Please sign in to comment.