Skip to content

Commit 5edb348

Browse files
authored
Merge pull request #85 from opendatahub-io/konflux/mintmaker/base-images
chore(deps): update base-images
2 parents cfe3b1c + 0fb3fb1 commit 5edb348

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cuda/12.8/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PYTHON_VERSION=3.12
2626
# Use sclorg Python image on CentOS Stream 9 (UBI 9 lacks CUDA dependencies)
2727
# Digest is pinned for reproducible builds and auto-updated by Renovate
2828
# Source: https://quay.io/repository/sclorg/python-312-c9s
29-
BASE_IMAGE=quay.io/sclorg/python-312-c9s:c9s@sha256:4718b12b421c1f8d75f8d8b558c380735fe08240e81c52217a5ca7956b8ead7c
29+
BASE_IMAGE=quay.io/sclorg/python-312-c9s:c9s@sha256:2cacd8cff6dbbffd5744facbbec25a707b333a5c6adfe1f7baca9c3f32ad54fe
3030

3131
# -----------------------------------------------------------------------------
3232
# CUDA Versions

cuda/12.9/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PYTHON_VERSION=3.12
2626
# Use sclorg Python image on CentOS Stream 9 (UBI 9 lacks CUDA dependencies)
2727
# Digest is pinned for reproducible builds and auto-updated by Renovate
2828
# Source: https://quay.io/repository/sclorg/python-312-c9s
29-
BASE_IMAGE=quay.io/sclorg/python-312-c9s:c9s@sha256:4718b12b421c1f8d75f8d8b558c380735fe08240e81c52217a5ca7956b8ead7c
29+
BASE_IMAGE=quay.io/sclorg/python-312-c9s:c9s@sha256:2cacd8cff6dbbffd5744facbbec25a707b333a5c6adfe1f7baca9c3f32ad54fe
3030

3131
# -----------------------------------------------------------------------------
3232
# CUDA Versions

cuda/13.0/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PYTHON_VERSION=3.12
2626
# Use sclorg Python image on CentOS Stream 9 (UBI 9 lacks CUDA dependencies)
2727
# Digest is pinned for reproducible builds and auto-updated by Renovate
2828
# Source: https://quay.io/repository/sclorg/python-312-c9s
29-
BASE_IMAGE=quay.io/sclorg/python-312-c9s:c9s@sha256:4718b12b421c1f8d75f8d8b558c380735fe08240e81c52217a5ca7956b8ead7c
29+
BASE_IMAGE=quay.io/sclorg/python-312-c9s:c9s@sha256:2cacd8cff6dbbffd5744facbbec25a707b333a5c6adfe1f7baca9c3f32ad54fe
3030

3131
# -----------------------------------------------------------------------------
3232
# CUDA Versions

cuda/13.1/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PYTHON_VERSION=3.12
2626
# Use sclorg Python image on CentOS Stream 9 (UBI 9 lacks CUDA dependencies)
2727
# Digest is pinned for reproducible builds and auto-updated by Renovate
2828
# Source: https://quay.io/repository/sclorg/python-312-c9s
29-
BASE_IMAGE=quay.io/sclorg/python-312-c9s:c9s@sha256:4718b12b421c1f8d75f8d8b558c380735fe08240e81c52217a5ca7956b8ead7c
29+
BASE_IMAGE=quay.io/sclorg/python-312-c9s:c9s@sha256:2cacd8cff6dbbffd5744facbbec25a707b333a5c6adfe1f7baca9c3f32ad54fe
3030

3131
# -----------------------------------------------------------------------------
3232
# CUDA Versions

python/3.12/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PYTHON_VERSION_NODOT=312
2626
# Using version stream tag '1' for stable updates within UBI 9.x
2727
# Digest is pinned for reproducible builds and auto-updated by Renovate
2828
# Source: https://catalog.redhat.com/software/containers/ubi9/python-312
29-
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:9.7-1770654692@sha256:bcdbab62d80f7dd88b4c2ce69a5cf8e9e1e367ac39b2e5d7f5d3f532d936ec80
29+
BASE_IMAGE=registry.access.redhat.com/ubi9/python-312:9.7-1771403187@sha256:c140cd379aef85fbb6f7c8b419d7e5d76b77b12e2ee568f86737d8759b5b0045
3030

3131
# -----------------------------------------------------------------------------
3232
# PyPI Indexes

0 commit comments

Comments
 (0)