Skip to content

Commit 6e419fc

Browse files
committed
chore(container): bump UBI 10 image pins to latest 10.2 builds
Signed-off-by: Jonathan Springer <jps@s390x.com>
1 parent 043e8eb commit 6e419fc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ ARG ENABLE_PROFILING=false
4545
# --build-arg NODEJS_IMAGE=<internal-registry>/ubi9/nodejs-20:latest \
4646
# --build-arg UBI_MINIMAL=<internal-registry>/ubi9/ubi-minimal:latest \
4747
# .
48-
ARG UBI_BASE=registry.access.redhat.com/ubi10:10.2-1784581466
49-
ARG NODEJS_IMAGE=registry.access.redhat.com/ubi10/nodejs-24:10.2-1784624696
50-
ARG UBI_MINIMAL=registry.access.redhat.com/ubi10/ubi-minimal:10.2-1784581369
48+
ARG UBI_BASE=registry.access.redhat.com/ubi10:10.2-1784668814
49+
ARG NODEJS_IMAGE=registry.access.redhat.com/ubi10/nodejs-24:10.2-1784784528
50+
ARG UBI_MINIMAL=registry.access.redhat.com/ubi10/ubi-minimal:10.2-1784669047
5151
# Wheel closure stage — used only for s390x and ppc64le where PyPI manylinux
5252
# binary wheels are unavailable (tiktoken/psycopg/cryptography require native
5353
# compilation, and psycopg-binary has no s390x wheel at all).

infra/wheels/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# docker buildx build --platform linux/ppc64le -t wheels:ppc64le -f infra/wheels/Containerfile .
1818
###############################################################################
1919

20-
ARG UBI_MINIMAL=registry.access.redhat.com/ubi10/ubi-minimal:10.2-1784581369
20+
ARG UBI_MINIMAL=registry.access.redhat.com/ubi10/ubi-minimal:10.2-1784669047
2121
FROM ${UBI_MINIMAL}
2222

2323
ARG PYTHON_VERSION=3.12

0 commit comments

Comments
 (0)