govulncheck: bump go builder image#79736
Conversation
Use openshift_release_rhel-9-release-golang-1.26-openshift-5.0 for govulncheck image.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe govulncheck supplemental CI image BuildConfig is updated to track a newer OpenShift CI base image. The Dockerfile Changesgovulncheck BuildConfig Image Tag Update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AlexNPavel, bradmwilliams The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@AlexNPavel: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Use openshift_release_rhel-9-release-golang-1.26-openshift-5.0 for govulncheck image.
Use openshift_release_rhel-9-release-golang-1.26-openshift-5.0 for govulncheck image.
Summary by CodeRabbit
This PR updates the govulncheck supplemental CI image build configuration to use a newer OpenShift go builder image. The change upgrades the base builder image from
rhel-9-release-golang-1.24-openshift-4.21torhel-9-release-golang-1.26-openshift-5.0, which means the govulncheck image will now build with Go 1.26 instead of Go 1.24.The update affects the OpenShift CI infrastructure's supplemental container image used for vulnerability checking. The Dockerfile
FROMreference and the associated BuildConfig source and trigger ImageStreamTag references inclusters/app.ci/supplemental-ci-images/crt/govulncheck.yamlhave all been updated to point to the new builder image tag.