diff --git a/ci-operator/config/openshift/builder/openshift-builder-master.yaml b/ci-operator/config/openshift/builder/openshift-builder-master.yaml index 5af45005c2a9..eb2973180bab 100644 --- a/ci-operator/config/openshift/builder/openshift-builder-master.yaml +++ b/ci-operator/config/openshift/builder/openshift-builder-master.yaml @@ -3,6 +3,10 @@ base_images: name: "4.6" namespace: ocp tag: base + ocp_builder_golang-1.13: + name: builder + namespace: ocp + tag: golang-1.13 openshift_release_golang-1.13: name: release namespace: openshift @@ -13,8 +17,12 @@ build_root: namespace: openshift tag: golang-1.13 images: -- from: base +- dockerfile_path: Dockerfile.rhel8 + from: base inputs: + ocp_builder_golang-1.13: + as: + - registry.svc.ci.openshift.org/ocp/builder:golang-1.13 openshift_release_golang-1.13: as: - registry.svc.ci.openshift.org/openshift/release:golang-1.13