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/ubi-minimal docker tag to v9.4-1134 #7900

Merged
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/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 .