Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Fix tag's names on notebooks imagestreams with better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Apr 18, 2023
1 parent c2e8144 commit c2889b3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/workbench-images:jupyter-datascience-ubi9-python-3.9-2023a-weekly
name: "py3.9-v2"
name: "2023.1"
referencePolicy:
type: Local
# N-1 Version of the image
Expand All @@ -33,6 +33,6 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/notebooks@sha256:5df71f5542d2e0161f0f4342aa9a390679d72dc6fae192fd8da1e5671b27e8d4
name: "py3.8-v1"
name: "1.2"
referencePolicy:
type: Local
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/workbench-images:cuda-jupyter-minimal-ubi9-python-3.9-2023a-weekly
name: "py3.9-v2"
name: "2023.1-cuda-11.8"
referencePolicy:
type: Local
# N-1 Version of the image
Expand All @@ -33,6 +33,6 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/notebooks@sha256:c13cd3410e31184986d44d36ba663ca2f2225d14e5b086b09fe221219a94b6de
name: "py3.8-v1"
name: "1.2-cuda-11.4"
referencePolicy:
type: Local
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/workbench-images:jupyter-minimal-ubi9-python-3.9-2023a-weekly
name: "py3.9-v2"
name: "2023.1"
referencePolicy:
type: Local
# N-1 Version of the image
Expand All @@ -34,6 +34,6 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/notebooks@sha256:a138838e1c9acd7708462e420bf939e03296b97e9cf6c0aa0fd9a5d20361ab75
name: "py3.8-v1"
name: "1.2"
referencePolicy:
type: Local
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/workbench-images:jupyter-pytorch-ubi9-python-3.9-2023a-weekly
name: "py3.9-v2"
name: "2023.1-cuda-11.7"
referencePolicy:
type: Local
# N-1 Version of the image
Expand All @@ -33,6 +33,6 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/notebooks@sha256:94c5d01b19a0f30c0ca18153c50f18317f42c224e82321ef39c43116e7184731
name: "py3.8-v1"
name: "1.2-cuda-11.4"
referencePolicy:
type: Local
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/workbench-images:cuda-jupyter-tensorflow-ubi9-python-3.9-2023a-weekly
name: "py3.9-v2"
name: "2023.1-cuda-11.8"
referencePolicy:
type: Local
# N-1 Version of the image
Expand All @@ -33,6 +33,6 @@ spec:
from:
kind: DockerImage
name: quay.io/opendatahub/notebooks@sha256:fc52e4fbc8c1c70dfa22dbfe6b0353f5165c507c125df4438fca6a3f31fe976e
name: "py3.8-v1"
name: "1.2-cuda-11.4"
referencePolicy:
type: Local

0 comments on commit c2889b3

Please sign in to comment.