Skip to content

Commit 7372f9f

Browse files
szaheropenshift-merge-bot[bot]
authored andcommitted
Use image sha256 instead of tags
Update DS image and RHELAI Image to pull images using SHA256 instead of tags. Signed-off-by: Saad <[email protected]>
1 parent 9c3d4ff commit 7372f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instructlab/standalone/standalone.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
logger = logging.getLogger(__name__)
5151

5252
# IMAGES
53-
DS_IMAGE = "quay.io/opendatahub/workbench-images:jupyter-datascience-ubi9-python-3.11-20241004-609ffb8" # pylint: disable=line-too-long
54-
RHELAI_IMAGE = "registry.redhat.io/rhelai1/instructlab-nvidia-rhel9:1.2"
53+
DS_IMAGE = "quay.io/opendatahub/workbench-images@sha256:7f26f5f2bec4184af15acd95f29b3450526c5c28c386b6cb694fbe82d71d0b41" # pylint: disable=line-too-long
54+
RHELAI_IMAGE = "registry.redhat.io/rhelai1/instructlab-nvidia-rhel9@sha256:b3dc9af0244aa6b84e6c3ef53e714a316daaefaae67e28de397cd71ee4b2ac7e" # pylint: disable=line-too-long
5555

5656
# SDG
5757
DEFAULT_REPO_URL = "https://github.com/instructlab/taxonomy.git"

0 commit comments

Comments
 (0)