From a9b870afb6590523a577cb4f365d4ef7f5dcf279 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:20:32 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9.8-1782852234 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile.bpfman-agent | 2 +- Containerfile.bpfman-agent.openshift | 2 +- Containerfile.bpfman-operator | 2 +- Containerfile.bpfman-operator.openshift | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Containerfile.bpfman-agent b/Containerfile.bpfman-agent index 24e49ff64..20f37e138 100644 --- a/Containerfile.bpfman-agent +++ b/Containerfile.bpfman-agent @@ -1,7 +1,7 @@ # Build the manager binary ARG BUILDPLATFORM -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782717933 AS bpfman-agent-build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782852234 AS bpfman-agent-build # The following ARGs are set internally by docker/build-push-action in github actions ARG TARGETOS diff --git a/Containerfile.bpfman-agent.openshift b/Containerfile.bpfman-agent.openshift index 9cc136fa2..65af67e8e 100644 --- a/Containerfile.bpfman-agent.openshift +++ b/Containerfile.bpfman-agent.openshift @@ -3,7 +3,7 @@ ARG BUILDVERSION # Build the manager binary ARG BUILDPLATFORM -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782717933 AS bpfman-agent-build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782852234 AS bpfman-agent-build ARG BUILDVERSION # The following ARGs are set internally by docker/build-push-action in github actions diff --git a/Containerfile.bpfman-operator b/Containerfile.bpfman-operator index 692464aa1..2cc6250d7 100644 --- a/Containerfile.bpfman-operator +++ b/Containerfile.bpfman-operator @@ -1,7 +1,7 @@ # Build the manager binary ARG BUILDPLATFORM -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782717933 AS bpfman-operator-build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782852234 AS bpfman-operator-build ARG BUILDPLATFORM diff --git a/Containerfile.bpfman-operator.openshift b/Containerfile.bpfman-operator.openshift index b7c6be4c5..3dcdf1dc8 100644 --- a/Containerfile.bpfman-operator.openshift +++ b/Containerfile.bpfman-operator.openshift @@ -5,12 +5,12 @@ ARG BUILDPLATFORM # Verify that all code, including integration tests, compiles successfully. # This stage catches build failures early before the main build proceeds. -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782717933 AS verify-test +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782852234 AS verify-test WORKDIR /usr/src/bpfman-operator COPY . . RUN go test -mod vendor -tags=integration_tests -c -o /dev/null ./test/integration/... && touch /tmp/verify-test.done -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782717933 AS bpfman-operator-build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782852234 AS bpfman-operator-build ARG BUILDVERSION ARG BUILDPLATFORM