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.
1 parent f277c7c commit ef5eae5Copy full SHA for ef5eae5
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
name: builder
3
namespace: ocp
4
- tag: rhel-9-golang-1.24-openshift-4.20
+ tag: latest
openshift-ci/build-root/Dockerfile
@@ -1,6 +1,6 @@
# Dockerfile to bootstrap build and test in openshift-ci
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20
+FROM registry.access.redhat.com/ubi8/go-toolset:latest
USER root
5
6
ARG KUBECTL_KUTTL_VERSION=0.12.1
0 commit comments