Skip to content

Commit 43b8e61

Browse files
committed
Pin openshift-golang-builder to 1.23 rhel8 tag
In 4f3ee0f, 1.23 was introduced, but just referenced by manifest digest. Unfortunately the Konflux bot appears to have assumed that it was the `latest` tag, and saw a "new" (read: several years old) digest for that tag, and bumped to it in 3798127. This change specifies the rhel_8_golang_1.23 tag, so that it will only bump to newer versions of _that_ tag. This change also changes the registry domain to be brew.registry.redhat.io, since 68487ea (project-codeflare#194) appears to indicate that that's preferred/required for Konflux. One can use the `--build-arg` CLI option to use the registry-proxy locally as needed.
1 parent bd3e036 commit 43b8e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.konflux

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

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

88
FROM registry.access.redhat.com/ubi8/ubi@sha256:fd93fc09dc09f3d3edae30577460a979bb52df351b826ef3a5c02ec8213b433a AS builder

0 commit comments

Comments
 (0)