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.
1b6d711
c0e7038
1 parent 08a5bb1 commit 39ac92dCopy full SHA for 39ac92d
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:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2
+FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392
51
ENV OCT_FOLDER=/usr/oct
52
53
COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}
0 commit comments