Skip to content

Commit 41f32bf

Browse files
authored
Merge pull request #916 from securesign/konflux/mintmaker/release-1.2/registry.access.redhat.com-ubi9-ubi-minimal
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker digest
2 parents 6c45820 + 17e1dbd commit 41f32bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY internal/ internal/
2323
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2424
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
2525

26-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:14f14e03d68f7fd5f2b18a13478b6b127c341b346c86b6e0b886ed2b7573b8e0
26+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
2727
WORKDIR /
2828
COPY --from=builder /workspace/manager .
2929
USER 65532:65532

Dockerfile.rhtas-operator.rh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY internal/ internal/
2424
RUN go mod download && \
2525
CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod=readonly -a -o manager cmd/main.go
2626

27-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fb77e447ab97f3fecd15d2fa5361a99fe2f34b41422e8ebb3612eecd33922fa0
27+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b314e254e9ab9a7a08b675fcfd3ed66a2943eeda7b26395210d451569976b9b
2828
WORKDIR /
2929
COPY --from=builder /workspace/manager .
3030
USER 65532:65532

0 commit comments

Comments
 (0)