Skip to content

Commit 9a39228

Browse files
Update Dockerfile Digest Updates (project-codeflare#253)
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 d433f9c commit 9a39228

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:ca0c771ecd4f606986253f747e2773fe2960a6b5e8e7a52f6a4797b173ac7f56 AS golang
66

7-
FROM registry.access.redhat.com/ubi8/ubi@sha256:fd93fc09dc09f3d3edae30577460a979bb52df351b826ef3a5c02ec8213b433a AS builder
7+
FROM registry.access.redhat.com/ubi8/ubi@sha256:b9ab5c46e87fcb642918a1b7785dd7584b64095cbaeef60efcb7eb0041d242d0 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:d16d4445b1567f29449fba3b6d2bc37db467dc3067d33e940477e55aecdf6e8e
47+
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c38cc770631788157f8ea989df65ff30359c9f8af3246fef244b32caed9d5862
4848
WORKDIR /
4949
COPY --from=builder /workspace/manager .
5050

0 commit comments

Comments
 (0)