Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit fe1fada

Browse files
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.7-923 (elastic#6153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bab97e0 commit fe1fada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
2424
-o elastic-operator github.com/elastic/cloud-on-k8s/v2/cmd
2525

2626
# Copy the operator binary into a lighter image
27-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-994
27+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
2828

2929
# Update the base image packages to the latest versions
3030
RUN microdnf update --setopt=tsflags=nodocs && 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/ubi8/ubi-minimal:8.6-994
15+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
1616
COPY --from=builder /usr/local/bin/openshift-install .
1717
COPY --from=builder /usr/local/bin/oc .

0 commit comments

Comments
 (0)