From 4393738fa0c93e17e38280ca5eb720c8e382f7cd Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:28:45 +0200 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker tag to v9.5-1731604394 (main) (#1180) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | registry.access.redhat.com/ubi9-minimal | final | minor | `9.4-1227.1726694542` -> `9.5-1731604394` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 5am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <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 be9a4ec05..ac8362380 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.1726694542 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 # 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 d5d4425bb..7931f9a72 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.1726694542 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 # 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 c4a24f998..bc5e547f5 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.1726694542 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 # 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 89bcca946..58e7447e1 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.1726694542 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 # 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 d21220348..1eea4440c 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.1726694542 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 # 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 4b08eac8f..4b82e3b88 100644 --- a/build/validation/Containerfile +++ b/build/validation/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1726694542 +FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 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/