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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ base_images:
commitchecker:
name: commitchecker
namespace: ci
tag: "4.15"
tag: "4.16"
dev-scripts:
name: test
namespace: ocp-kni
Expand All @@ -27,26 +27,14 @@ base_images:
name: "4.16"
namespace: ocp
tag: oc-rpms
ocp_4.15_base-rhel9:
name: "4.15"
namespace: ocp
tag: base-rhel9
ocp_4.15_tools:
name: "4.16"
namespace: ocp
tag: tools
ocp_4.16_base-rhel9:
name: "4.16"
namespace: ocp
tag: base-rhel9
ocp_builder_rhel-8-golang-1.20-openshift-4.15:
name: builder
namespace: ocp
tag: rhel-8-golang-1.20-openshift-4.15
ocp_builder_rhel-9-golang-1.20-openshift-4.15:
ocp_builder_rhel-9-golang-1.21-openshift-4.16:
name: builder
namespace: ocp
tag: rhel-9-golang-1.20-openshift-4.15
tag: rhel-9-golang-1.21-openshift-4.16
rhel-coreos-base:
name: "4.16"
namespace: ocp
Expand All @@ -62,21 +50,18 @@ canonical_go_repository: k8s.io/kubernetes
images:
- dockerfile_path: openshift-hack/images/hyperkube/Dockerfile.rhel
inputs:
ocp_4.15_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.15:base-rhel9
ocp_builder_rhel-9-golang-1.20-openshift-4.15:
ocp_builder_rhel-9-golang-1.21-openshift-4.16:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16
to: hyperkube
- dockerfile_path: openshift-hack/images/tests/Dockerfile.rhel
inputs:
ocp_4.15_tools:
tools:
as:
- registry.ci.openshift.org/ocp/4.15:tools
ocp_builder_rhel-8-golang-1.20-openshift-4.15:
- registry.ci.openshift.org/ocp/4.16:tools
ocp_builder_rhel-9-golang-1.21-openshift-4.16:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16
to: kubernetes-tests
- context_dir: openshift-hack/images/os/
inputs:
Expand Down Expand Up @@ -112,10 +97,10 @@ images:
inputs:
ocp_4.16_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.15:base-rhel9
ocp_builder_rhel-9-golang-1.20-openshift-4.15:
- 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.20-openshift-4.15
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16
to: pod
promotion:
to:
Expand Down