File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUNDLE_OVERLAY="olm"
5
5
ARG BUNDLE_GEN_FLAGS="-q --overwrite=false --version $VERSION --channels=$CHANNELS --default-channel=$DEFAULT_CHANNEL"
6
6
ARG IMG
7
7
8
- FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:c466d80c1eab6ebeadf58f278eac91ac6a9b38d7ebd301833a8c53474106ee10 AS builder
8
+ FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:f4c77876a32f087cf47c8ffb19006ee63170ff69f542d85a9fd72abc30b29ee9 AS builder
9
9
10
10
ARG BUNDLE_GEN_FLAGS
11
11
ARG IMG
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:14c369670cf3473d8e9b93e42d120c01b79a6f13884c396a1c89b7ca46f859b7 AS builder
2
+ FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:84286c7555df503df0bd3acb86fe2ad50af82a07f35707918bb0fad312fdc193 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
@@ -24,7 +24,7 @@ COPY internal/ internal/
24
24
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
25
25
26
26
# Use minimal base image to package the manager binary
27
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8
27
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
28
28
WORKDIR /
29
29
COPY --from=builder /workspace/manager .
30
30
USER 65532:65532
You can’t perform that action at this time.
0 commit comments