File tree Expand file tree Collapse file tree
integration-tests/backend Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ COPY config/crd/bases config/crd/bases
2121RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on go build -ldflags "$LDFLAGS" -mod vendor -a -o manager main.go
2222
2323# Create final image from minimal + built binary
24- FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.8-1781496742
24+ FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782366411
2525WORKDIR /
2626COPY --from=builder /opt/app-root/manager .
2727USER 65532:65532
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV GOEXPERIMENT strictfipsruntime
2121RUN GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -ldflags "-X 'main.buildVersion=${BUILDVERSION}' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -a -o manager main.go
2222
2323# Create final image from minimal + built binary
24- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1781496742
24+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782366411
2525ARG BUILDVERSION
2626ARG BUILDVERSION_Y
2727
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY testdata/ testdata/
1717RUN GOGC=50 GOMAXPROCS=4 GOOS=linux GOARCH=$TARGETARCH \
1818 ginkgo build --ldflags="-s -w" -o e2e-tests.test
1919
20- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1781496742
20+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782366411
2121
2222WORKDIR /tests
2323
You can’t perform that action at this time.
0 commit comments