File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff line change 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
2121FROM ${UBI_MINIMAL}
2222
2323ARG PYTHON_VERSION=3.12
You can’t perform that action at this time.
0 commit comments