We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abdcf10 + 77def6a commit 3d74d3dCopy full SHA for 3d74d3d
Dockerfile
@@ -1,4 +1,7 @@
1
-FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 AS builder
+FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1756993846 as builder
2
+
3
+# Required by the ubi based go-toolset image
4
+USER root
5
6
WORKDIR /workspace
7
0 commit comments