Skip to content

Commit 802bd62

Browse files
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1741850109 (#8544)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Morello <michael.morello@elastic.co>
1 parent 3553498 commit 802bd62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile-ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN --mount=type=cache,mode=0755,target=/go/pkg/mod \
2727

2828
# ---------------------------------------------
2929
# Copy the operator binary into a lighter image
30-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1741599792
30+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1741850109
3131

3232
# Update the base image packages to the latest versions
3333
RUN microdnf update --setopt=tsflags=nodocs --assumeyes && microdnf clean all

hack/deployer/clients/ocp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN curl -fsSLO https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${CLIE
1212
mv oc /usr/local/bin/oc && \
1313
rm openshift-client-linux-${CLIENT_VERSION}.tar.gz
1414

15-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1741599792
15+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1741850109
1616
COPY --from=builder /usr/local/bin/openshift-install .
1717
COPY --from=builder /usr/local/bin/oc .

0 commit comments

Comments
 (0)