We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8257b commit d0d9521Copy full SHA for d0d9521
1 file changed
hack/deployer/clients/ocp/Dockerfile
@@ -12,6 +12,6 @@ RUN curl -fsSLO https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${CLIE
12
mv oc /usr/local/bin/oc && \
13
rm openshift-client-linux-${CLIENT_VERSION}.tar.gz
14
15
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1777460003
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1779709832
16
COPY --from=builder /usr/local/bin/openshift-install .
17
COPY --from=builder /usr/local/bin/oc .
0 commit comments