From 057930a7ae805eeb9dfe816ac8b700c879da6df5 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 20:15:05 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.5-1733767867 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/validation/Containerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/forklift-api/Containerfile b/build/forklift-api/Containerfile index ac8362380..058baf299 100644 --- a/build/forklift-api/Containerfile +++ b/build/forklift-api/Containerfile @@ -5,7 +5,7 @@ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" ENV GOEXPERIMENT strictfipsruntime RUN GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o forklift-api github.com/konveyor/forklift-controller/pkg/forklift-api -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867 # Required to be able to get files from within the pod RUN microdnf -y install tar && microdnf clean all diff --git a/build/forklift-controller/Containerfile b/build/forklift-controller/Containerfile index 7931f9a72..71578a869 100644 --- a/build/forklift-controller/Containerfile +++ b/build/forklift-controller/Containerfile @@ -5,7 +5,7 @@ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" ENV GOEXPERIMENT strictfipsruntime RUN GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o manager github.com/konveyor/forklift-controller/cmd/forklift-controller -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867 # RUN microdnf -y update && microdnf -y clean all # Required to be able to get files from within the pod RUN microdnf -y install tar && microdnf clean all diff --git a/build/openstack-populator/Containerfile b/build/openstack-populator/Containerfile index bc5e547f5..cbe1eb7f4 100644 --- a/build/openstack-populator/Containerfile +++ b/build/openstack-populator/Containerfile @@ -5,7 +5,7 @@ ENV GOFLAGS "-mod=vendor -tags=strictfipsruntime" ENV GOEXPERIMENT strictfipsruntime RUN GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o openstack-populator github.com/konveyor/forklift-controller/cmd/openstack-populator -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867 # Required to be able to get files from within the pod RUN microdnf -y install tar && microdnf clean all diff --git a/build/ova-provider-server/Containerfile b/build/ova-provider-server/Containerfile index 58e7447e1..20871c844 100644 --- a/build/ova-provider-server/Containerfile +++ b/build/ova-provider-server/Containerfile @@ -6,7 +6,7 @@ ENV GOEXPERIMENT strictfipsruntime RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o ova-provider-server github.com/konveyor/forklift-controller/cmd/ova-provider-server -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867 # Required to be able to get files from within the pod RUN microdnf -y install tar && microdnf clean all diff --git a/build/populator-controller/Containerfile b/build/populator-controller/Containerfile index 1eea4440c..0ae3a8c70 100644 --- a/build/populator-controller/Containerfile +++ b/build/populator-controller/Containerfile @@ -6,7 +6,7 @@ ENV GOEXPERIMENT strictfipsruntime RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o controller github.com/konveyor/forklift-controller/cmd/populator-controller -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867 # Required to be able to get files from within the pod RUN microdnf -y install tar && microdnf clean all diff --git a/build/validation/Containerfile b/build/validation/Containerfile index 821097f6d..7f948c7a4 100644 --- a/build/validation/Containerfile +++ b/build/validation/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1733767867 RUN curl https://github.com/open-policy-agent/opa/releases/download/v0.62.1/opa_linux_amd64 -o /usr/bin/opa COPY validation/policies /usr/share/opa/policies/ COPY validation/entrypoint.sh /usr/bin/