build: upgrade reproducible-builds base image from Ubuntu 22.04 to 24.04 LTS#14807
Open
Stensel8 wants to merge 1 commit into
Open
build: upgrade reproducible-builds base image from Ubuntu 22.04 to 24.04 LTS#14807Stensel8 wants to merge 1 commit into
Stensel8 wants to merge 1 commit into
Conversation
….04 LTS Ubuntu 22.04 LTS (jammy-20230624) is approaching its end of standard support. Ubuntu 24.04 LTS (Noble Numbat) has been available since April 2024 and is fully supported until 2029. Note: not personally tested — proposing for the team's consideration.
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the reproducible builds container base image to a newer Ubuntu release pinned by digest.
Changes:
- Switch base image from Ubuntu Jammy to Ubuntu Noble (date-stamped tag) while keeping digest pinning.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Contributor checklist
Description
The
reproducible-builds/Dockerfilecurrently pins toubuntu:jammy-20230624(Ubuntu 22.04 LTS, from June 2023 -- nearly 3 years old). This PR updates the base image toubuntu:noble-20260410(Ubuntu 24.04 LTS), which has been stable since April 2024 and is supported until 2029.Change: 1 line in
Dockerfile