From 52f30bbf8704d943c342a57f1b313fb9976472f2 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:17:54 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.22.9-1737480393 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- build/forklift-api/Containerfile | 2 +- build/forklift-controller/Containerfile | 2 +- build/openstack-populator/Containerfile | 2 +- build/ova-provider-server/Containerfile | 2 +- build/populator-controller/Containerfile | 2 +- build/virt-v2v/Containerfile | 2 +- build/virt-v2v/Containerfile-upstream | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/forklift-api/Containerfile b/build/forklift-api/Containerfile index 85e45b867..7f9baf7f2 100644 --- a/build/forklift-api/Containerfile +++ b/build/forklift-api/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1737480393 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/forklift-controller/Containerfile b/build/forklift-controller/Containerfile index 72ac094d6..5a5055240 100644 --- a/build/forklift-controller/Containerfile +++ b/build/forklift-controller/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1737480393 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/openstack-populator/Containerfile b/build/openstack-populator/Containerfile index cc8154492..4ed5202e4 100644 --- a/build/openstack-populator/Containerfile +++ b/build/openstack-populator/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1737480393 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/ova-provider-server/Containerfile b/build/ova-provider-server/Containerfile index 909a700c9..8491c89a2 100644 --- a/build/ova-provider-server/Containerfile +++ b/build/ova-provider-server/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1737480393 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/populator-controller/Containerfile b/build/populator-controller/Containerfile index 74225124d..c8dd9a6c8 100644 --- a/build/populator-controller/Containerfile +++ b/build/populator-controller/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1737480393 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/virt-v2v/Containerfile b/build/virt-v2v/Containerfile index 1184be38d..57fe3b93c 100644 --- a/build/virt-v2v/Containerfile +++ b/build/virt-v2v/Containerfile @@ -16,7 +16,7 @@ RUN mkdir -p /usr/local/lib/guestfs/appliance && \ qemu-img convert -c -O qcow2 root root.qcow2 && \ mv -vf root.qcow2 root -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.13-2.1727893526 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1737480393 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" diff --git a/build/virt-v2v/Containerfile-upstream b/build/virt-v2v/Containerfile-upstream index 797321e07..da780b47c 100644 --- a/build/virt-v2v/Containerfile-upstream +++ b/build/virt-v2v/Containerfile-upstream @@ -1,5 +1,5 @@ # Build virt-v2v binary -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-9.1726696856 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1737480393 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime"