From cfdf178f2255fc4228e9599abdcab3e9583216de Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 00:09:10 +0000 Subject: [PATCH] Update registry.redhat.io/ubi9/go-toolset Docker tag to v9 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .konflux/controller/Dockerfile | 2 +- .konflux/git-cloner/Dockerfile | 2 +- .konflux/image-bundler/Dockerfile | 2 +- .konflux/image-processing/Dockerfile | 2 +- .konflux/waiter/Dockerfile | 2 +- .konflux/webhook/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.konflux/controller/Dockerfile b/.konflux/controller/Dockerfile index 9daa731..22c909d 100644 --- a/.konflux/controller/Dockerfile +++ b/.konflux/controller/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder +FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder ENV GOEXPERIMENT=strictfipsruntime diff --git a/.konflux/git-cloner/Dockerfile b/.konflux/git-cloner/Dockerfile index 77771c1..4fb34df 100644 --- a/.konflux/git-cloner/Dockerfile +++ b/.konflux/git-cloner/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder +FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder ENV GOEXPERIMENT=strictfipsruntime diff --git a/.konflux/image-bundler/Dockerfile b/.konflux/image-bundler/Dockerfile index 68673cb..7acd6b5 100644 --- a/.konflux/image-bundler/Dockerfile +++ b/.konflux/image-bundler/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder +FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder ENV GOEXPERIMENT=strictfipsruntime diff --git a/.konflux/image-processing/Dockerfile b/.konflux/image-processing/Dockerfile index acbb834..42e2d59 100644 --- a/.konflux/image-processing/Dockerfile +++ b/.konflux/image-processing/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder +FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder ENV GOEXPERIMENT=strictfipsruntime diff --git a/.konflux/waiter/Dockerfile b/.konflux/waiter/Dockerfile index 0b6d3ea..9140f14 100644 --- a/.konflux/waiter/Dockerfile +++ b/.konflux/waiter/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder +FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder ENV GOEXPERIMENT=strictfipsruntime diff --git a/.konflux/webhook/Dockerfile b/.konflux/webhook/Dockerfile index 6d0fe79..250bf79 100644 --- a/.konflux/webhook/Dockerfile +++ b/.konflux/webhook/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/go-toolset:1.23 AS builder +FROM registry.redhat.io/ubi9/go-toolset:9.6 AS builder ENV GOEXPERIMENT=strictfipsruntime