From e48b66c692a340c2abefd95bd714052c0a076da2 Mon Sep 17 00:00:00 2001 From: Simon Baird Date: Tue, 18 Aug 2026 11:43:04 -0400 Subject: [PATCH] chore(deps): Update ubi-minimal base image Old digest: sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221 New digest: sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41 RPM changes: - curl-minimal-7.76.1-40.el9.x86_64 + curl-minimal-7.76.1-40.el9_8.5.x86_64 - glib2-2.68.4-19.el9_8.2.x86_64 + glib2-2.68.4-19.el9_8.9.x86_64 - libcurl-minimal-7.76.1-40.el9.x86_64 + libcurl-minimal-7.76.1-40.el9_8.5.x86_64 - libnghttp2-1.43.0-6.el9_8.1.x86_64 + libnghttp2-1.43.0-6.el9_8.2.x86_64 --- Dockerfile | 2 +- Dockerfile.dist | 2 +- acceptance/kubernetes/kind/acceptance.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e1754808..81c4c8c62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN /build/build.sh "${BUILD_LIST}" "${BUILD_SUFFIX}" ## Final image -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41 ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.dist b/Dockerfile.dist index ce73f1ec3..82ecc2e9e 100644 --- a/Dockerfile.dist +++ b/Dockerfile.dist @@ -43,7 +43,7 @@ RUN /build/build.sh "${BUILD_LIST}" "${BUILD_SUFFIX}" ## Final image -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41 ARG TARGETOS ARG TARGETARCH diff --git a/acceptance/kubernetes/kind/acceptance.Dockerfile b/acceptance/kubernetes/kind/acceptance.Dockerfile index cc0bb9184..d5fbde309 100644 --- a/acceptance/kubernetes/kind/acceptance.Dockerfile +++ b/acceptance/kubernetes/kind/acceptance.Dockerfile @@ -17,7 +17,7 @@ # Minimal image for acceptance tests. The ec and kubectl binaries are # pre-built on the host and injected here to avoid the multi-stage Go # compilation that the production Dockerfile uses. -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221 +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41 RUN microdnf upgrade --assumeyes --nodocs --setopt=keepcache=0 --refresh && microdnf -y --nodocs --setopt=keepcache=0 install gzip jq ca-certificates