File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
1111# Extract the commit reference from which the image is built
1212RUN git rev-parse --short HEAD > /commit-reference.txt
1313
14- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6
14+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:ae09ecc3d754bc1726cbda3e2599cc7839e09fe1cc547ce173cf669b645be3cc
1515
1616# Copy the commit reference from the builder
1717COPY --from=builder /commit-reference.txt /commit-reference.txt
Original file line number Diff line number Diff line change 66# Build
77RUN CGO_ENABLED=1 go build -a -o manager main.go
88
9- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6
9+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:ae09ecc3d754bc1726cbda3e2599cc7839e09fe1cc547ce173cf669b645be3cc
1010
1111ARG version=2.17
1212
You can’t perform that action at this time.
0 commit comments