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.
66b9921
db8bf20
1 parent d86121c commit 9b34addCopy full SHA for 9b34add
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:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490
+FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
51
ENV OCT_FOLDER=/usr/oct
52
53
COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}
0 commit comments