Skip to content

Commit

Permalink
Bump ubi9/ubi-minimal from 9.4 to 9.5
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-minimal from 9.4 to 9.5.

---
updated-dependencies:
- dependency-name: ubi9/ubi-minimal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent e174e1a commit bcf4498
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG TARGET
RUN git config --global --add safe.directory ${PWD}
RUN make ${TARGET}

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5

ARG TARGET

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.must-gather
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/openshift/origin-cli:4.18 as builder

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5

RUN microdnf update -y \
&& microdnf install -y tar rsync findutils gzip iproute util-linux shadow-utils \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.signimage
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4 as ksource
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 as ksource

# install the package that will contain the sign utilities
RUN microdnf update -y && \
microdnf install -y kernel-devel && \
microdnf clean all

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5

COPY --from=ksource /usr/src/kernels/*/scripts/sign-file /usr/local/bin/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.webhook
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY .git .git
RUN git config --global --add safe.directory ${PWD}
RUN make webhook-server

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5

COPY --from=builder /opt/app-root/src/webhook-server /usr/local/bin/webhook-server

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY .git .git
RUN git config --global --add safe.directory ${PWD}
RUN ["make", "worker"]

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5

RUN microdnf update -y && \
microdnf install -y kmod shadow-utils && \
Expand Down

0 comments on commit bcf4498

Please sign in to comment.