From 4103f744c7d58654e1464104e385034d19c262b3 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:13:57 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9.8-1782980183 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 20f37e138..ac7bcd9da 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-1782852234 AS bpfman-agent-build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782980183 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 0c7041713..1021afac9 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-1782852234 AS bpfman-agent-build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782980183 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 2cc6250d7..542cc7f55 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-1782852234 AS bpfman-operator-build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782980183 AS bpfman-operator-build ARG BUILDPLATFORM diff --git a/Containerfile.bpfman-operator.openshift b/Containerfile.bpfman-operator.openshift index 8b4067de8..d39969c61 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-1782852234 AS verify-test +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782980183 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-1782852234 AS bpfman-operator-build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.8-1782980183 AS bpfman-operator-build ARG BUILDVERSION ARG BUILDPLATFORM