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
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Build the manager binary
2
-
FROM registry-proxy.engineering.redhat.com/rh-osbs/openshift-golang-builder:v1.23@sha256:ca0c771ecd4f606986253f747e2773fe2960a6b5e8e7a52f6a4797b173ac7f56 AS golang
2
+
3
+
# BEGIN -- workaround lack of go-toolset for golang 1.23
4
+
ARG GOLANG_IMAGE=golang:1.21
5
+
FROM ${GOLANG_IMAGE} AS golang
3
6
4
7
FROM registry.redhat.io/ubi8/ubi@sha256:fd3bf22d0593e2ed26a1c74ce161c52295711a67de677b5938c87704237e49b0 AS builder
0 commit comments