Skip to content

Commit 64fc256

Browse files
Update Dockerfile Digest Updates (#381)
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Co-authored-by: konflux-internal-p02[bot] <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent d99c3a5 commit 64fc256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.konflux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG SOURCE_CODE=.
44
# BEGIN -- workaround lack of go-toolset for golang 1.23
55
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23@sha256:0a070e4a8f2698b6aba3630a49eb995ff1b0a182d0c5fa264888acf9d535f384 AS golang
66

7-
FROM registry.access.redhat.com/ubi8/ubi@sha256:ab3ec0b7bb1756a09aa9b6377eddb38cee104e8f3e338f66ea82fb37742a9e94 AS builder
7+
FROM registry.access.redhat.com/ubi8/ubi@sha256:9b1da61e9bf7f36bf861aa97b7a2cf0062713581c8569d72e970c4f9085278d5 AS builder
88
ARG GOLANG_VERSION=1.23.0
99

1010
# Install system dependencies
@@ -44,7 +44,7 @@ USER root
4444

4545
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -tags strictfipsruntime -a -o manager main.go
4646

47-
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c38cc770631788157f8ea989df65ff30359c9f8af3246fef244b32caed9d5862
47+
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:3544399c893a7f32d16220d22d493ae32e61379668e32bc54a74d8eb6ece80fc
4848
WORKDIR /
4949
COPY --from=builder /workspace/manager .
5050

0 commit comments

Comments
 (0)