From ea6f958a098c7fb22a6bbaaec69a6abc2f42b34e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:40:14 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9 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 c9d5fc193..435d10613 100644 --- a/Dockerfile.assisted-installer +++ b/Dockerfile.assisted-installer @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 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 3a19b37ea..b2b36e37a 100644 --- a/Dockerfile.assisted-installer-build +++ b/Dockerfile.assisted-installer-build @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21 AS golang +FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 AS golang ENV GOFLAGS="" diff --git a/Dockerfile.assisted-installer-controller b/Dockerfile.assisted-installer-controller index 7eea99a89..bf9d973b0 100644 --- a/Dockerfile.assisted-installer-controller +++ b/Dockerfile.assisted-installer-controller @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 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 de19ed4d7..0a61afb59 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.21 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.assisted-installer-controller-mce b/Dockerfile.assisted-installer-controller-mce index c82aa6355..cdad2fd1c 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.21 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.assisted-installer-downstream b/Dockerfile.assisted-installer-downstream index 4209b6043..e9748130a 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.21 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.assisted-installer-mce b/Dockerfile.assisted-installer-mce index babce7710..a1738083f 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.21 AS builder +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 AS builder ARG TARGETOS ARG TARGETARCH