Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Revert "ART-11389 - Bump 4.18 golang builders to 1.22.9"" #5727

Merged
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
8 changes: 4 additions & 4 deletions streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rhel-9-golang-1.21:
rhel-9-golang:
aliases:
- rhel-9-golang-{GO_LATEST}
image: openshift/golang-builder:v1.22.7-202410111609.gc451559.el9
image: openshift/golang-builder:v1.22.9-202411201508.gfa4fc3b.el9
mirror: true
transform: rhel-9/golang
# Leave this upstream information in place even if mirror/transform is disabled. Test Platform read the data.
Expand All @@ -59,7 +59,7 @@ rhel-9-golang:
rhel-8-golang:
aliases:
- rhel-8-golang-{GO_LATEST}
image: openshift/golang-builder:v1.22.7-202410111416.gd54e8ac.el8
image: openshift/golang-builder:v1.22.9-202411201508.gd54e8ac.el8
mirror: true
transform: rhel-8/golang
# Leave this upstream information in place even if mirror/transform is disabled. Test Platform read the data.
Expand All @@ -86,15 +86,15 @@ partner-rhel-9-golang-1.21:
- quay.io/openshift-release-dev/golang-builder--ibm-share:rhel-9-golang-1.21-openshift-{MAJOR}.{MINOR}

partner-rhel-8-golang-1.22:
image: openshift/golang-builder:v1.22.7-202410111416.gd54e8ac.el8
image: openshift/golang-builder:v1.22.9-202411201508.gd54e8ac.el8
mirror: true
mirror_manifest_list: true
upstream_image: quay.io/openshift-release-dev/golang-builder--partner-share:rhel-8-golang-1.22-openshift-{MAJOR}.{MINOR}
upstream_image_mirror:
- quay.io/openshift-release-dev/golang-builder--ibm-share:rhel-8-golang-1.22-openshift-{MAJOR}.{MINOR}

partner-rhel-9-golang-1.22:
image: openshift/golang-builder:v1.22.7-202410111609.gc451559.el9
image: openshift/golang-builder:v1.22.9-202411201508.gfa4fc3b.el9
mirror: true
mirror_manifest_list: true
upstream_image: quay.io/openshift-release-dev/golang-builder--partner-share:rhel-9-golang-1.22-openshift-{MAJOR}.{MINOR}
Expand Down
Loading