From bdffc1b34cb0ce7cfe33944766c7f147bc800419 Mon Sep 17 00:00:00 2001 From: Anish Patel Date: Fri, 6 Feb 2026 14:17:51 -0500 Subject: [PATCH] Update boilerplate base images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update UBI minimal base images from 9.7-1769056855 to 9.7-1770267347 and sync boilerplate commit reference. Changes include: - Updated boilerplate commit reference from 03d10f35 to 8ca4e1df - Updated UBI minimal base images in build/Dockerfile - Updated UBI minimal base images in build/Dockerfile.olm-registry Changes applied via make boilerplate-update. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- boilerplate/_data/last-boilerplate-commit | 2 +- build/Dockerfile | 2 +- build/Dockerfile.olm-registry | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boilerplate/_data/last-boilerplate-commit b/boilerplate/_data/last-boilerplate-commit index 01f9820c..65923da3 100644 --- a/boilerplate/_data/last-boilerplate-commit +++ b/boilerplate/_data/last-boilerplate-commit @@ -1 +1 @@ -03d10f359a4a9d3b38c4f5e1494f771ef603fc3f +8ca4e1dfcab3443c52acf52b3912b6cf1c5f79a4 diff --git a/build/Dockerfile b/build/Dockerfile index 3a5bc15e..06558077 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -13,7 +13,7 @@ RUN make go-build # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1769056855 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1770267347 WORKDIR / COPY --from=builder /workspace/build/_output/bin/* /manager USER nonroot:nonroot diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index b92e1139..ab766302 100644 --- a/build/Dockerfile.olm-registry +++ b/build/Dockerfile.olm-registry @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests RUN initializer --permissive # ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1769056855 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1770267347 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe