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.
db8bf20
14f14e0
1 parent ed258af commit e5079f6Copy full SHA for e5079f6
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:db8bf20cac0f250659f1ffbba929639dcd7e09863c20c99c5cb8f3ce8ded0497
+FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:14f14e03d68f7fd5f2b18a13478b6b127c341b346c86b6e0b886ed2b7573b8e0
51
ENV OCT_FOLDER=/usr/oct
52
53
COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}
0 commit comments