Skip to content
Closed
Show file tree
Hide file tree
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 @@ -3,10 +3,10 @@ base_images:
name: "4.11"
namespace: ocp
tag: base
ocp_builder_rhel-8-golang-1.16-openshift-4.10:
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
name: builder
namespace: ocp
tag: rhel-8-golang-1.16-openshift-4.10
tag: rhel-8-golang-1.17-openshift-4.10
build_root:
project_image:
context_dir: .
Expand All @@ -15,16 +15,16 @@ images:
- dockerfile_path: operator-lifecycle-manager.Dockerfile
from: base
inputs:
ocp_builder_rhel-8-golang-1.16-openshift-4.10:
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11
to: operator-lifecycle-manager
- dockerfile_path: operator-registry.Dockerfile
from: base
inputs:
ocp_builder_rhel-8-golang-1.16-openshift-4.10:
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11
to: operator-registry
promotion:
name: "4.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ base_images:
name: "4.11"
namespace: ocp
tag: base
ocp_builder_rhel-8-golang-1.16-openshift-4.10:
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
name: builder
namespace: ocp
tag: rhel-8-golang-1.16-openshift-4.10
tag: rhel-8-golang-1.17-openshift-4.10
build_root:
project_image:
context_dir: .
Expand All @@ -15,16 +15,16 @@ images:
- dockerfile_path: operator-lifecycle-manager.Dockerfile
from: base
inputs:
ocp_builder_rhel-8-golang-1.16-openshift-4.10:
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11
to: operator-lifecycle-manager
- dockerfile_path: operator-registry.Dockerfile
from: base
inputs:
ocp_builder_rhel-8-golang-1.16-openshift-4.10:
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11
to: operator-registry
promotion:
disabled: true
Expand Down