Skip to content

Commit 68487ea

Browse files
committed
add build files and update Dockerfile.konflux to use brew instead of registry proxy
1 parent a642655 commit 68487ea

File tree

4 files changed

+665
-2
lines changed

4 files changed

+665
-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=registry-proxy.engineering.redhat.com/rh-osbs/openshift-golang-builder@sha256:b848cf648a383b6e207ebd150afc7e65a90efe0d7734f4f6d2767144d58d68d0
6-
FROM ${GOLANG_IMAGE} AS golang
5+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.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

rpms.in.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
contentOrigin:
2+
repofiles:
3+
- ubi.repo
4+
packages:
5+
- gcc
6+
- make
7+
- openssl-devel
8+
- git

0 commit comments

Comments
 (0)