chore: bump ubuntu baseimage to noble-20250619#66
Closed
endersonmaia wants to merge 1 commit intoprerelease/sdk-12from
Closed
chore: bump ubuntu baseimage to noble-20250619#66endersonmaia wants to merge 1 commit intoprerelease/sdk-12from
endersonmaia wants to merge 1 commit intoprerelease/sdk-12from
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Ubuntu base image tag and APT snapshot date for consistency across all language Dockerfiles.
- Bumps ARG UBUNTU_TAG from noble-20250529 to noble-20250619
- Updates ARG APT_UPDATE_SNAPSHOT from 20250601T030400Z to 20250701T030400Z
- Applies these changes uniformly in rust, ruby, lua, go, cpp, and cpp-low-level Dockerfiles
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| rust/Dockerfile | Updated UBUNTU_TAG and APT_UPDATE_SNAPSHOT build args |
| ruby/Dockerfile | Updated UBUNTU_TAG and APT_UPDATE_SNAPSHOT build args |
| lua/Dockerfile | Updated UBUNTU_TAG and APT_UPDATE_SNAPSHOT build args |
| go/Dockerfile | Updated UBUNTU_TAG and APT_UPDATE_SNAPSHOT build args |
| cpp/Dockerfile | Updated UBUNTU_TAG and APT_UPDATE_SNAPSHOT build args |
| cpp-low-level/Dockerfile | Updated UBUNTU_TAG and APT_UPDATE_SNAPSHOT build args |
Comments suppressed due to low confidence (6)
rust/Dockerfile:5
- [nitpick] These ARG definitions are duplicated across multiple Dockerfiles; consider extracting common build arguments into a shared base image or external file to reduce duplication and ease future updates.
ARG UBUNTU_TAG=noble-20250619
ruby/Dockerfile:5
- [nitpick] These ARG definitions are duplicated across multiple Dockerfiles; consider extracting common build arguments into a shared base image or external file to reduce duplication and ease future updates.
ARG UBUNTU_TAG=noble-20250619
lua/Dockerfile:5
- [nitpick] These ARG definitions are duplicated across multiple Dockerfiles; consider extracting common build arguments into a shared base image or external file to reduce duplication and ease future updates.
ARG UBUNTU_TAG=noble-20250619
go/Dockerfile:5
- [nitpick] These ARG definitions are duplicated across multiple Dockerfiles; consider extracting common build arguments into a shared base image or external file to reduce duplication and ease future updates.
ARG UBUNTU_TAG=noble-20250619
cpp/Dockerfile:5
- [nitpick] These ARG definitions are duplicated across multiple Dockerfiles; consider extracting common build arguments into a shared base image or external file to reduce duplication and ease future updates.
ARG UBUNTU_TAG=noble-20250619
cpp-low-level/Dockerfile:6
- [nitpick] These ARG definitions are duplicated across multiple Dockerfiles; consider extracting common build arguments into a shared base image or external file to reduce duplication and ease future updates.
ARG UBUNTU_TAG=noble-20250619
Contributor
Author
|
obsolete by #67 |
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.