Skip to content
Open
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
8 changes: 4 additions & 4 deletions streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
rhel-9-golang:
aliases:
- rhel-9-golang-{GO_LATEST}
image: quay.io/redhat-user-workloads/ocp-art-tenant/art-images:golang-builder-v1.25.8-202604150744.p2.gf28329a.el9
image: quay.io/redhat-user-workloads/ocp-art-tenant/art-images:golang-builder-v1.25.9-202604271607.p2.ge9dad93.el9
mirror: false
# Since mirror: false, an images/ci-openshift-golang-builder* metadata must push to this location.
# upstream_image informs reconciliation PRs which upstream image to use for CI when this stream is referenced.
Expand All @@ -29,7 +29,7 @@ rhel-9-golang:
rhel-8-golang:
aliases:
- rhel-8-golang-{GO_LATEST}
image: quay.io/redhat-user-workloads/ocp-art-tenant/art-images:golang-builder-v1.25.8-202604081607.p2.g2aa6a05.el8
image: quay.io/redhat-user-workloads/ocp-art-tenant/art-images:golang-builder-v1.25.9-202604242241.p2.g2aa6a05.el8
mirror: false
# Since mirror: false, an images/ci-openshift-golang-builder* metadata must push to this location.
# upstream_image informs reconciliation PRs which upstream image to use for CI when this stream is referenced.
Expand All @@ -43,15 +43,15 @@ rhel-9-golang-extra:
upstream_image: registry.ci.openshift.org/ocp/builder:rhel-9-golang-{GO_EXTRA}-openshift-{MAJOR}.{MINOR}

partner-rhel-8-golang-1.25:
image: quay.io/redhat-user-workloads/ocp-art-tenant/art-images:golang-builder-v1.25.8-202604081607.p2.g2aa6a05.el8
image: quay.io/redhat-user-workloads/ocp-art-tenant/art-images:golang-builder-v1.25.9-202604242241.p2.g2aa6a05.el8
mirror: true
mirror_manifest_list: true
upstream_image: quay.io/openshift-release-dev/golang-builder--partner-share:rhel-8-golang-1.25-openshift-{MAJOR}.{MINOR}
upstream_image_mirror:
- quay.io/openshift-release-dev/golang-builder--ibm-share:rhel-8-golang-1.25-openshift-{MAJOR}.{MINOR}

partner-rhel-9-golang-1.25:
image: quay.io/redhat-user-workloads/ocp-art-tenant/art-images:golang-builder-v1.25.8-202604150744.p2.gf28329a.el9
image: quay.io/redhat-user-workloads/ocp-art-tenant/art-images:golang-builder-v1.25.9-202604271607.p2.ge9dad93.el9
mirror: true
mirror_manifest_list: true
upstream_image: quay.io/openshift-release-dev/golang-builder--partner-share:rhel-9-golang-1.25-openshift-{MAJOR}.{MINOR}
Expand Down
Loading