Skip to content
Merged
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
@@ -1,12 +1,12 @@
base_images:
ocp_4.18_base-rhel9:
name: "4.18"
ocp_4.19_base-rhel9:
name: "4.19"
namespace: ocp
tag: base-rhel9
ocp_builder_rhel-9-golang-1.22-openshift-4.18:
ocp_builder_rhel-9-golang-1.23-openshift-4.19:
name: builder
namespace: ocp
tag: rhel-9-golang-1.22-openshift-4.18
tag: rhel-9-golang-1.23-openshift-4.19
binary_build_commands: GO111MODULE=on GOPROXY=https://proxy.golang.org make build
build_root:
from_repository: true
Expand All @@ -17,25 +17,25 @@ images:
paths:
- destination_dir: .
source_path: /go/src/github.com/openshift/operator-framework-tooling/v0
ocp_4.18_base-rhel9:
ocp_4.19_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.18:base-rhel9
ocp_builder_rhel-9-golang-1.22-openshift-4.18:
- registry.ci.openshift.org/ocp/4.19:base-rhel9
ocp_builder_rhel-9-golang-1.23-openshift-4.19:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19
to: olm-v0-bumper
- dockerfile_path: v1.Dockerfile
inputs:
bin:
paths:
- destination_dir: .
source_path: /go/src/github.com/openshift/operator-framework-tooling/v1
ocp_4.18_base-rhel9:
ocp_4.19_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.18:base-rhel9
ocp_builder_rhel-9-golang-1.22-openshift-4.18:
- registry.ci.openshift.org/ocp/4.19:base-rhel9
ocp_builder_rhel-9-golang-1.23-openshift-4.19:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19
to: olm-v1-bumper
promotion:
to:
Expand Down