Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.4-1227.1726694542 #1070

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/forklift-api/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/forklift-controller/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/openstack-populator/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/ova-provider-server/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/populator-controller/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/validation/Containerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
Loading