From fd4462be7c9b4b5ca54ee553e8292a27164514e3 Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Thu, 21 May 2026 23:30:00 +0200 Subject: [PATCH] Bump `go-toolset` to 1.25.8 and update `ubi-minimal` digest Update `go-toolset` from 1.25.7 to 1.25.8 to match the operand, and refresh the `ubi-minimal` base image digest. --- Containerfile.external-dns-operator | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile.external-dns-operator b/Containerfile.external-dns-operator index e7c27edf..38b5fefe 100644 --- a/Containerfile.external-dns-operator +++ b/Containerfile.external-dns-operator @@ -9,7 +9,7 @@ COPY Dockerfile . RUN test "$(sha1sum Dockerfile.cached | cut -d' ' -f1)" = "$(sha1sum Dockerfile | cut -d' ' -f1)" -FROM registry.access.redhat.com/ubi8/go-toolset:1.25.7-1771287729 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.25.8-1776905877 as builder # dummy copy to trigger the drift detection COPY --from=drift /app/Dockerfile.cached . WORKDIR /workspace @@ -25,7 +25,7 @@ RUN git config --global --add safe.directory /workspace # Build RUN make build-operator -FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:41c6aeb7c681d89b63b35dbb8168875cd2e7b00e9ebe1d2d3d6a3c205c9dba10 +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:f0ed53122215c6cccdc992166caa9f6b56c08b202e8b1144dd1c2ad04579415d LABEL maintainer="Red Hat, Inc." LABEL com.redhat.component="external-dns-operator-container" LABEL name="external-dns-operator"