Skip to content

Commit

Permalink
Adding base-rhel9 as ci image to image-based-install-operator ci (#57584
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tsorya authored Oct 10, 2024
1 parent 493d3e6 commit 652a97c
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ base_images:
name: "4.17"
namespace: ocp
tag: installer
ocp_4.17_base-rhel9:
name: "4.17"
namespace: ocp
tag: base-rhel9
ocp_builder_rhel-9-golang-1.22-openshift-4.17:
name: builder
namespace: ocp
Expand All @@ -22,8 +26,13 @@ build_root:
tag: golang-1.22
images:
- dockerfile_path: Dockerfile
from: base
inputs:
base:
as:
- registry.access.redhat.com/ubi9/ubi-minimal:9.4
ocp_4.17_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.17:base-rhel9
ocp_builder_rhel-9-golang-1.22-openshift-4.17:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17
Expand Down

0 comments on commit 652a97c

Please sign in to comment.