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 ca558f6 commit 1e4d8ceCopy full SHA for 1e4d8ce
.ci-operator.yaml
@@ -1,4 +1,4 @@
1
build_root_image:
2
- name: release
3
- namespace: openshift
4
- tag: rhel-9-release-golang-1.24-openshift-4.21
+ name: openshift-build
+ namespace: jasee
+ tag: rhel-9-golang-1.25
Dockerfile.ocp
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
+FROM quay.io/jacobsee/openshift-build:rhel-9-golang-1.25 AS builder
WORKDIR /go/src/github.com/openshift/api
COPY . .
ENV GO_PACKAGE github.com/openshift/api
0 commit comments