File tree Expand file tree Collapse file tree
acceptance/kubernetes/kind Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN /build/build.sh "${BUILD_LIST}" "${BUILD_SUFFIX}"
4343
4444# # Final image
4545
46- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7d4e47500f28ac3a2bff06c25eff9127ff21048538ae03ce240d57cf756acd00
46+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d0a8fb39ec907e8ca62cdd24b62a63ca49a30fe465798a360741fde58437a23
4747
4848ARG TARGETOS
4949ARG TARGETARCH
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN /build/build.sh "${BUILD_LIST}" "${BUILD_SUFFIX}"
4343
4444## Final image
4545
46- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7d4e47500f28ac3a2bff06c25eff9127ff21048538ae03ce240d57cf756acd00
46+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d0a8fb39ec907e8ca62cdd24b62a63ca49a30fe465798a360741fde58437a23
4747
4848ARG TARGETOS
4949ARG TARGETARCH
Original file line number Diff line number Diff line change 1717# Minimal image for acceptance tests. The ec and kubectl binaries are
1818# pre-built on the host and injected here to avoid the multi-stage Go
1919# compilation that the production Dockerfile uses.
20- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7d4e47500f28ac3a2bff06c25eff9127ff21048538ae03ce240d57cf756acd00
20+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8d0a8fb39ec907e8ca62cdd24b62a63ca49a30fe465798a360741fde58437a23
2121
2222RUN microdnf upgrade --assumeyes --nodocs --setopt=keepcache=0 --refresh && microdnf -y --nodocs --setopt=keepcache=0 install gzip jq ca-certificates
2323
You can’t perform that action at this time.
0 commit comments