Skip to content

Commit 9c4a746

Browse files
authored
Add image build for e2e registry (openshift#58802)
Signed-off-by: dtfranz <[email protected]>
1 parent 414429f commit 9c4a746

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ci-operator/config/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,20 @@ images:
2323
as:
2424
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
2525
to: olm-operator-controller
26+
- dockerfile_path: openshift/registry.Dockerfile
27+
inputs:
28+
ocp_4.18_base-rhel9:
29+
as:
30+
- registry.ci.openshift.org/ocp/4.18:base-rhel9
31+
ocp_builder_rhel-9-golang-1.22-openshift-4.18:
32+
as:
33+
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
34+
to: e2e-test-registry
2635
promotion:
2736
to:
28-
- name: "4.18"
37+
- excluded_images:
38+
- e2e-test-registry
39+
name: "4.18"
2940
namespace: ocp
3041
releases:
3142
initial:

0 commit comments

Comments
 (0)