From 1e80cb1ae506a71b95f3ffcb46c5c0e73817a75e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:10:34 +0000 Subject: [PATCH] NO-ISSUE: Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.26 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.assisted-installer | 2 +- Dockerfile.assisted-installer-build | 2 +- Dockerfile.assisted-installer-controller | 2 +- Dockerfile.assisted-installer-controller-downstream | 2 +- Dockerfile.assisted-installer-controller-mce | 2 +- Dockerfile.assisted-installer-downstream | 2 +- Dockerfile.assisted-installer-mce | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile.assisted-installer b/Dockerfile.assisted-installer index 460ca61e56..ed268c3cff 100644 --- a/Dockerfile.assisted-installer +++ b/Dockerfile.assisted-installer @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETPLATFORM ENV GOFLAGS=-mod=mod WORKDIR /go/src/github.com/openshift/assisted-installer diff --git a/Dockerfile.assisted-installer-build b/Dockerfile.assisted-installer-build index 1a3c45510d..2ba3769f61 100644 --- a/Dockerfile.assisted-installer-build +++ b/Dockerfile.assisted-installer-build @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang +FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS golang ENV GOFLAGS="" diff --git a/Dockerfile.assisted-installer-controller b/Dockerfile.assisted-installer-controller index eb1cfa6b53..7bfc760f20 100644 --- a/Dockerfile.assisted-installer-controller +++ b/Dockerfile.assisted-installer-controller @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETPLATFORM ENV GOFLAGS=-mod=mod WORKDIR /go/src/github.com/openshift/assisted-installer diff --git a/Dockerfile.assisted-installer-controller-downstream b/Dockerfile.assisted-installer-controller-downstream index ecaa013220..aa4d362ed7 100644 --- a/Dockerfile.assisted-installer-controller-downstream +++ b/Dockerfile.assisted-installer-controller-downstream @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.assisted-installer-controller-mce b/Dockerfile.assisted-installer-controller-mce index cd4d71fe75..80a56f76b1 100644 --- a/Dockerfile.assisted-installer-controller-mce +++ b/Dockerfile.assisted-installer-controller-mce @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.assisted-installer-downstream b/Dockerfile.assisted-installer-downstream index ed85bbb362..dd98c6ce99 100644 --- a/Dockerfile.assisted-installer-downstream +++ b/Dockerfile.assisted-installer-downstream @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.assisted-installer-mce b/Dockerfile.assisted-installer-mce index 375f537bac..a7d79bee3b 100644 --- a/Dockerfile.assisted-installer-mce +++ b/Dockerfile.assisted-installer-mce @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.26 AS builder ARG TARGETOS ARG TARGETARCH