We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f53dc commit f13cf0cCopy full SHA for f13cf0c
konflux.Dockerfile
@@ -34,7 +34,7 @@ FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:2173487b3b72b1a7b11
34
35
36
# Stage 3: Package installer - installs ca-certificates and openssl into /ubi-micro-base-root/
37
-FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:9e6e193bfc3596a84d2a32f42d6b1552398ec9735b9a4e893a0fc3c6fbccb381 AS package_installer
+FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:039095faabf1edde946ff528b3b6906efa046ee129f3e33fd933280bb6936221 AS package_installer
38
39
# Copy ubi-micro base to /ubi-micro-base-root/ to preserve its rpmdb
40
COPY --from=ubi-micro-base / /ubi-micro-base-root/
0 commit comments