Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docke…
Browse files Browse the repository at this point in the history
…r tag to v9.4-1134 (#7900)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent 4129369 commit 17c514d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile-ubi
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN --mount=type=cache,mode=0755,target=/go/pkg/mod \

# ---------------------------------------------
# Copy the operator binary into a lighter image
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1717074713
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134

# Update the base image packages to the latest versions
RUN microdnf update --setopt=tsflags=nodocs --assumeyes && microdnf clean all
Expand Down
2 changes: 1 addition & 1 deletion hack/deployer/clients/ocp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN curl -fsSLO https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${CLIE
mv oc /usr/local/bin/oc && \
rm openshift-client-linux-${CLIENT_VERSION}.tar.gz

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-949.1717074713
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134
COPY --from=builder /usr/local/bin/openshift-install .
COPY --from=builder /usr/local/bin/oc .

0 comments on commit 17c514d

Please sign in to comment.