Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.8…
Browse files Browse the repository at this point in the history
…-1014 (#6962)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 27, 2023
1 parent 531c40a commit 696367a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
-o elastic-operator github.com/elastic/cloud-on-k8s/v2/cmd

# Copy the operator binary into a lighter image
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-860
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1014

# Update the base image packages to the latest versions
RUN microdnf update --setopt=tsflags=nodocs && 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/ubi8/ubi-minimal:8.8-860
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1014
COPY --from=builder /usr/local/bin/openshift-install .
COPY --from=builder /usr/local/bin/oc .

0 comments on commit 696367a

Please sign in to comment.