Skip to content

Bump rust to v1.93.1 and update utilities#775

Merged
hjiawei merged 1 commit intoprojectcalico:masterfrom
hjiawei:rust-1.93.1
Feb 16, 2026
Merged

Bump rust to v1.93.1 and update utilities#775
hjiawei merged 1 commit intoprojectcalico:masterfrom
hjiawei:rust-1.93.1

Conversation

@hjiawei
Copy link
Collaborator

@hjiawei hjiawei commented Feb 14, 2026

No description provided.

@@ -1,21 +1,20 @@
FROM registry.access.redhat.com/ubi9/ubi:latest AS ubi
FROM almalinux:9 AS builder
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Switch to an AlmaLinux 9 base image so we can use the EPEL repository and install yq from there.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Calico Rust build image by bumping the Rust version and modernizing the utilities installation approach. The changes replace the Red Hat UBI base image with AlmaLinux 9, update Rust from v1.91.1 to v1.93.1, upgrade the Protocol Buffers compiler, and simplify the yq installation by using EPEL packages instead of manual downloads.

Changes:

  • Update Rust version from 1.91.1 to 1.93.1 in versions.yaml
  • Replace base image from Red Hat UBI 9 to AlmaLinux 9
  • Update PROTOC_VERSION from 32.1 to 33.5
  • Simplify yq installation by using EPEL repository instead of manual download
  • Update Docker stage name from "ubi" to "builder" for consistency

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
images/calico-rust-build/versions.yaml Updates Rust version from 1.91.1 to 1.93.1
images/calico-rust-build/Dockerfile Migrates base image to AlmaLinux 9, updates PROTOC to 33.5, and switches yq installation to EPEL package manager

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hjiawei hjiawei merged commit cd447ec into projectcalico:master Feb 16, 2026
8 checks passed
@hjiawei hjiawei deleted the rust-1.93.1 branch February 16, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants