Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9-minimal docker ta…
Browse files Browse the repository at this point in the history
…g to v9.5-1739420147 (#1352)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| registry.access.redhat.com/ubi9-minimal | final | patch |
`9.5-1736404155` -> `9.5-1739420147` |
| registry.access.redhat.com/ubi9-minimal | stage | patch |
`9.5-1736404155` -> `9.5-1739420147` |

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am" (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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

To execute skipped test pipelines write comment `/ok-to-test`.

This PR has been generated by
[MintMaker](https://redirect.github.com/konflux-ci/mintmaker) (powered
by [Renovate Bot](https://redirect.github.com/renovatebot/renovate)).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTguMC1ycG0iLCJ1cGRhdGVkSW5WZXIiOiIzOS4xNTguMC1ycG0iLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

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>
  • Loading branch information
red-hat-konflux[bot] authored Feb 14, 2025
1 parent a45c0fc commit 20dacf4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/forklift-api/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV GOEXPERIMENT=strictfipsruntime
ENV GOCACHE=/go-build/cache
RUN --mount=type=cache,target=${GOCACHE},uid=1001 GOOS=linux GOARCH=amd64 go build -buildvcs=false -ldflags="-w -s" -o forklift-api github.com/konveyor/forklift-controller/cmd/forklift-api

FROM registry.access.redhat.com/ubi9-minimal:9.5-1736404155
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
# Required to be able to get files from within the pod
RUN microdnf -y install tar && microdnf clean all
COPY --from=builder /app/forklift-api /usr/local/bin/forklift-api
Expand Down
2 changes: 1 addition & 1 deletion build/forklift-controller/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV GOEXPERIMENT=strictfipsruntime
ENV GOCACHE=/go-build/cache
RUN --mount=type=cache,target=${GOCACHE},uid=1001 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-1736404155
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
# 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/forklift-operator-index/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM quay.io/operator-framework/opm:latest AS opm
FROM registry.access.redhat.com/ubi9-minimal:9.5-1736404155 AS builder
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147 AS builder
ARG CHANNELS="development"
ARG DEFAULT_CHANNEL="development"
ARG VERSION="2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion build/openstack-populator/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV GOEXPERIMENT=strictfipsruntime
ENV GOCACHE=/go-build/cache
RUN --mount=type=cache,target=${GOCACHE},uid=1001 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-1736404155
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
# 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
ENV GOCACHE=/go-build/cache
RUN --mount=type=cache,target=${GOCACHE},uid=1001 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-1736404155
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
# 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
ENV GOCACHE=/go-build/cache
RUN --mount=type=cache,target=${GOCACHE},uid=1001 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-1736404155
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
# 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.5-1736404155
FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147
RUN curl -L https://github.com/open-policy-agent/opa/releases/download/v0.62.1/opa_linux_amd64 > /usr/bin/opa
RUN chmod +x /usr/bin/opa
COPY validation/policies /usr/share/opa/policies/
Expand Down

0 comments on commit 20dacf4

Please sign in to comment.