File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ COPY internal/ internal/
23
23
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
24
24
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
25
25
26
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:14f14e03d68f7fd5f2b18a13478b6b127c341b346c86b6e0b886ed2b7573b8e0
26
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
27
27
WORKDIR /
28
28
COPY --from=builder /workspace/manager .
29
29
USER 65532:65532
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY internal/ internal/
24
24
RUN go mod download && \
25
25
CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod=readonly -a -o manager cmd/main.go
26
26
27
- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fb77e447ab97f3fecd15d2fa5361a99fe2f34b41422e8ebb3612eecd33922fa0
27
+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b314e254e9ab9a7a08b675fcfd3ed66a2943eeda7b26395210d451569976b9b
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