Skip to content

Commit 88ba6e1

Browse files
committed
Don't use ARG in FROM line in Dockerfile.konflux
See here for more info: red-hat-data-services#227 (comment)
1 parent 4b8da64 commit 88ba6e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.konflux

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
ARG SOURCE_CODE=.
33

44
# BEGIN -- workaround lack of go-toolset for golang 1.23
5-
ARG GOLANG_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23@sha256:ca0c771ecd4f606986253f747e2773fe2960a6b5e8e7a52f6a4797b173ac7f56
6-
FROM ${GOLANG_IMAGE} AS golang
5+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23@sha256:ca0c771ecd4f606986253f747e2773fe2960a6b5e8e7a52f6a4797b173ac7f56 AS golang
76

87
FROM registry.access.redhat.com/ubi8/ubi@sha256:fd93fc09dc09f3d3edae30577460a979bb52df351b826ef3a5c02ec8213b433a AS builder
98
ARG GOLANG_VERSION=1.23.0

0 commit comments

Comments
 (0)