File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN go generate ./...
2727# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2828RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
2929
30- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7
30+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483
3131WORKDIR /
3232COPY --from=builder /workspace/manager .
3333USER 65532:65532
Original file line number Diff line number Diff line change 11ARG VERSION="1.4.0"
22
33# Build the manager binary
4- FROM registry.redhat.io/ubi9/go-toolset:9.6 @sha256:7b1828de52c3bac600a71b81996bf748776a456181a45e2b329b39702cf6486f AS builder
4+ FROM registry.redhat.io/ubi9/go-toolset:9.7 @sha256:6234f572204d672a0ee0686d748fbb9b7b05679368bf0d7a4446e13970e58060 AS builder
55ARG TARGETOS
66ARG TARGETARCH
77
@@ -34,7 +34,7 @@ RUN go generate -mod=readonly ./...
3434# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
3535RUN GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod=readonly -a -o manager cmd/main.go
3636
37- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7
37+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483
3838ARG VERSION
3939WORKDIR /
4040COPY --from=builder /workspace/manager .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG DEFAULT_CHANNEL="stable"
44ARG BUNDLE_GEN_FLAGS="-q --overwrite=false --version $VERSION --channels=$CHANNELS --default-channel=$DEFAULT_CHANNEL"
55ARG IMG
66
7- FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:64867e62dbbafe779cdb4233b7c7c8686932717177e5825058e23beccbb3207b AS oc-builder
7+ FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:be3d4abf2be1d1ddb66ad4168cd9cc2932cd59144dc1a1e8775288152ce0008b AS oc-builder
88
99FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:8ff0cb8587bbca8809490ff59a67496599b6c0cc8e4ca88451481a265f17e581 AS builder
1010
You can’t perform that action at this time.
0 commit comments