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
28 changes: 5 additions & 23 deletions ci-operator/config/openshift/oc/openshift-oc-master__okd-scos.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,24 @@
base_images:
ocp_builder_rhel-8-golang-1.20-openshift-4.16:
name: builder
namespace: ocp
tag: rhel-8-golang-1.20-openshift-4.16
ocp_builder_rhel-8-golang-1.21-openshift-4.16:
name: builder
namespace: ocp
tag: rhel-8-golang-1.21-openshift-4.16
ocp_builder_rhel-9-golang-1.20-openshift-4.16:
name: builder
namespace: ocp
tag: rhel-9-golang-1.20-openshift-4.16
ocp_builder_rhel-9-golang-1.21-openshift-4.16:
name: builder

@Prashanth684 Prashanth684 Apr 30, 2024

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jupierce is this something that needs to be corrected in the automation, i.e the generation of rhel9 golang-1.21 builder images

namespace: ocp
tag: rhel-9-golang-1.21-openshift-4.16
origin_scos-4.16_base-stream8:
origin_scos-4.16_base-stream9:
name: scos-4.16
namespace: origin
tag: base-stream8
tag: base-stream9
build_root:
image_stream_tag:
name: builder
namespace: ocp
tag: rhel-8-golang-1.21-openshift-4.16
tag: rhel-9-golang-1.21-openshift-4.16
images:
- build_args:
- name: TAGS
value: scos
dockerfile_path: images/cli/Dockerfile.rhel
from: origin_scos-4.16_base-stream8
from: origin_scos-4.16_base-stream9
inputs:
ocp_builder_rhel-8-golang-1.21-openshift-4.16:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16
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
Expand All @@ -50,10 +35,7 @@ images:
dockerfile_path: images/cli-artifacts/Dockerfile.rhel
from: cli
inputs:
ocp_builder_rhel-8-golang-1.20-openshift-4.16:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16
ocp_builder_rhel-9-golang-1.20-openshift-4.16:
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: cli-artifacts
Expand Down