diff --git a/build/forklift-api/Containerfile b/build/forklift-api/Containerfile index f63b05174..3d5bdde54 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.4-1227.1725849298 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 # 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 a868feed5..21c49baf4 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.4-1227.1725849298 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 # 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 893808755..41429b57d 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.4-1227.1725849298 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 # 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 cbddd5e19..9d8d6b844 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.4-1227.1725849298 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 # 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 362d36fba..69440f853 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.4-1227.1725849298 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 # 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 a7d0eba0b..55a8b979f 100644 --- a/build/validation/Containerfile +++ b/build/validation/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1725849298 +FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 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/