You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile.konflux
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ ARG SOURCE_CODE=.
4
4
# BEGIN -- workaround lack of go-toolset for golang 1.23
5
5
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23@sha256:0a070e4a8f2698b6aba3630a49eb995ff1b0a182d0c5fa264888acf9d535f384 AS golang
6
6
7
-
FROM registry.access.redhat.com/ubi8/ubi@sha256:ab3ec0b7bb1756a09aa9b6377eddb38cee104e8f3e338f66ea82fb37742a9e94 AS builder
7
+
FROM registry.access.redhat.com/ubi8/ubi@sha256:9b1da61e9bf7f36bf861aa97b7a2cf0062713581c8569d72e970c4f9085278d5 AS builder
8
8
ARG GOLANG_VERSION=1.23.0
9
9
10
10
# Install system dependencies
@@ -44,7 +44,7 @@ USER root
44
44
45
45
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -tags strictfipsruntime -a -o manager main.go
46
46
47
-
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:c38cc770631788157f8ea989df65ff30359c9f8af3246fef244b32caed9d5862
47
+
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:3544399c893a7f32d16220d22d493ae32e61379668e32bc54a74d8eb6ece80fc
0 commit comments