From 284c7a29b43f36ff0354196b3737c4e7d7dab516 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:17:18 +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> --- 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 ac8362380..823519810 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:9.5-1733160835 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 7931f9a72..16588823b 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:9.5-1733160835 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 bc5e547f5..6ec9f0a2b 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:9.5-1733160835 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 58e7447e1..3d5fb066c 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:9.5-1733160835 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 1eea4440c..19db802f1 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:9.5-1733160835 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 50b618084..11c436217 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:9.5-1733160835 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 71ef7c2a7..facd1f2a2 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:9.5-1733160835 AS builder WORKDIR /app COPY --chown=1001:0 ./ ./ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime"