Skip to content

Commit 22d4e3d

Browse files
[CARRY] take arg for golang image so it can be overwritten in CI
Signed-off-by: Kevin <[email protected]>
1 parent a91d87d commit 22d4e3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.rhoai

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
ARG GOLANG_IMAGE=registry-proxy.engineering.redhat.com/rh-osbs/openshift-golang-builder:v1.22.2
12
# Start of Go versioning workaround for lack of go-toolset for version 1.22
2-
FROM registry-proxy.engineering.redhat.com/rh-osbs/openshift-golang-builder:v1.22.2 AS golang
3+
FROM ${GOLANG_IMAGE} AS golang
34

45
FROM registry.access.redhat.com/ubi9/ubi:latest AS builder
56

0 commit comments

Comments
 (0)