File tree Expand file tree Collapse file tree
internal/images/custom-scorecard-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ COPY internal/webhook/ internal/webhook/
2525# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2626RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} GO111MODULE=on go build -a -o manager cmd/main.go
2727
28- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c
28+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:062c52ff973065752b0965787649db2bcf551a6c727a00e95a3eb42cebadbdab
2929WORKDIR /
3030COPY --from=builder /opt/app-root/src/manager .
3131USER 65532:65532
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ COPY internal/test/scorecard/ internal/test/scorecard/
3333RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} GO111MODULE=on go build -a -o cryostat-scorecard-tests \
3434 internal/images/custom-scorecard-tests/main.go
3535
36- FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c
36+ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:062c52ff973065752b0965787649db2bcf551a6c727a00e95a3eb42cebadbdab
3737
3838ENV TEST=/usr/local/bin/cryostat-scorecard-tests \
3939 USER_UID=1001 \
You can’t perform that action at this time.
0 commit comments