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.
d85040b
dee813b
1 parent 8cfc92b commit ae374a5Copy full SHA for ae374a5
Dockerfile
@@ -47,7 +47,7 @@ RUN ./oct fetch --operator --container --helm && \
47
48
# Copy the oct folder to a new minimal flattened image to reduce size.
49
# It should also hide the pull token.
50
-FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be
+FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:dee813b83663d420eb108983a1c94c614ff5d3fcb5159a7bd0324f0edbe7fca1
51
ENV OCT_FOLDER=/usr/oct
52
53
COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}
0 commit comments