File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ KONFLUX=true
55# The builder image is used to compile the code
66# This should match the dummy file Dockerfile.mintmaker in the lock-build directory
77# Mintmaker should keep these in sync automatically when it performs updates
8- BUILDER_IMAGE=registry.access.redhat.com/ubi9/ubi:latest@sha256:38952545b5a9ddf145152f37b0da702d7d75fac1ddc52c5e14b03c7a77c51586
8+ BUILDER_IMAGE=registry.access.redhat.com/ubi9/ubi:latest@sha256:edabf9436bb372addcca3537aa76111c7a1aba970f5e3b02e2e03bc72943612d
99#
1010
1111# The runtime image is used to run the binaries
Original file line number Diff line number Diff line change 11# Due to a limitation in Mintmaker, we need to create a dummy Dockerfile that does not use ARGs
22# This should match the BUILDER_IMAGE in container_build_args.conf
33# Mintmaker should keep these in sync automatically when it performs updates
4- FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:38952545b5a9ddf145152f37b0da702d7d75fac1ddc52c5e14b03c7a77c51586
4+ FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:edabf9436bb372addcca3537aa76111c7a1aba970f5e3b02e2e03bc72943612d
55#
You can’t perform that action at this time.
0 commit comments