Skip to content

Commit c493317

Browse files
committed
fix(image): include shas missing due to error in automation
https://github.com/opendatahub-io/notebooks/actions/runs/12796482190/job/35676243637 encountered some `HTTP 502` errors that caused the `sha` values for the `minimal` and `cuda tensorflow` images to be missing. quay links for respective images where I pulled the sha values: - [minimal](https://quay.io/repository/opendatahub/workbench-images/manifest/sha256:22f784c54e2b9fb49f7154909c365802b81c9bda26bd66f8540cfdf88c20ed54) -[cuda tensorflow](https://quay.io/repository/opendatahub/workbench-images/manifest/sha256:07ca62e6b7b7cbfccc69251697f62fe2482459a382ceb3cb732756f4319b76eb)
1 parent e6ab2f7 commit c493317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter/datascience/ubi9-python-3.11/runtime-images/tensorflow-ubi9-py311.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tensorflow"
66
],
77
"display_name": "TensorFlow with CUDA and Python 3.11 (UBI9)",
8-
"image_name": "quay.io/opendatahub/workbench-images@",
8+
"image_name": "quay.io/opendatahub/workbench-images@sha256:07ca62e6b7b7cbfccc69251697f62fe2482459a382ceb3cb732756f4319b76eb",
99
"pull_policy": "IfNotPresent"
1010
},
1111
"schema_name": "runtime-image"

jupyter/datascience/ubi9-python-3.11/runtime-images/ubi9-py311.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minimal"
66
],
77
"display_name": "Python 3.11 (UBI9)",
8-
"image_name": "quay.io/opendatahub/workbench-images@",
8+
"image_name": "quay.io/opendatahub/workbench-images@sha256:22f784c54e2b9fb49f7154909c365802b81c9bda26bd66f8540cfdf88c20ed54",
99
"pull_policy": "IfNotPresent"
1010
},
1111
"schema_name": "runtime-image"

0 commit comments

Comments
 (0)