Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions ci-operator/config/openshift/oc/openshift-oc-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ base_images:
name: "4.16"
namespace: ocp
tag: base
ocp_4.16_base-rhel9:
name: "4.16"
namespace: ocp
tag: base-rhel9
ocp_builder_rhel-8-golang-1.21-openshift-4.16:
name: builder
namespace: ocp
Expand All @@ -40,8 +44,14 @@ images:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16
to: cli
- context_dir: images/tools
from: cli
- dockerfile_path: images/tools/Dockerfile
inputs:
ocp_4.16_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.16:base-rhel9
ocp_builder_rhel-9-golang-1.21-openshift-4.16:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16
to: tools
- dockerfile_path: images/cli/Dockerfile.rhel
from: tests-base
Expand Down