Upgrade calico/go-build base to UBI 9 and remove UBI 8#752
Open
hjiawei wants to merge 2 commits intoprojectcalico:masterfrom
Open
Upgrade calico/go-build base to UBI 9 and remove UBI 8#752hjiawei wants to merge 2 commits intoprojectcalico:masterfrom
hjiawei wants to merge 2 commits intoprojectcalico:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request upgrades the calico/go-build base image from UBI 8 to UBI 9, removing support for UBI 8. The migration involves updating system dependencies, repository configurations, and LLVM toolchain versions.
- Updated base image from
ubi8/ubitoubi9/ubi - Replaced AlmaLinux PowerTools repository with CRB (Code Ready Builder) and Extras repositories for AlmaLinux 9
- Upgraded LLVM from version 18.1.8 to 20.1.8
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| images/calico-go-build/versions.yaml | Updated LLVM version from 18.1.8 to 20.1.8 |
| images/calico-go-build/almalinux/almalinux-powertools.repo | Removed PowerTools repository configuration (UBI 8 specific) |
| images/calico-go-build/almalinux/almalinux-extras.repo | Added Extras repository configuration for AlmaLinux 9 |
| images/calico-go-build/almalinux/almalinux-crb.repo | Added CRB (Code Ready Builder) repository configuration for AlmaLinux 9 |
| images/calico-go-build/almalinux/almalinux-baseos.repo | Updated GPG key reference to AlmaLinux-9 and added metadata configuration |
| images/calico-go-build/almalinux/almalinux-appstream.repo | Updated GPG key reference to AlmaLinux-9 and added metadata configuration |
| images/calico-go-build/almalinux/RPM-GPG-KEY-AlmaLinux-9 | Added AlmaLinux 9 GPG public key |
| images/calico-go-build/almalinux/RPM-GPG-KEY-AlmaLinux | Removed AlmaLinux 8 GPG public keys |
| images/calico-go-build/Dockerfile | Updated base image to ubi9, replaced yq installation method from GitHub release to EPEL package, updated repository references from powertools to crb |
| images/calico-base/Dockerfile.ubi8 | Removed UBI 8 specific Dockerfile |
| images/Makefile | Removed ubi8 from UBI_VERSIONS and simplified calico-base-image build logic |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Behnam-Shobiri
approved these changes
Dec 23, 2025
Collaborator
Author
|
Hold the merge for now. I’ll coordinate this with the Calico node base image update. |
ac41f84 to
dc4bc21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.