Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs an automated refresh of the dev image history markdown files across multiple images/variants, aligning recorded digests and installed tool/package versions with the latest built images. It also updates cgmanifest.json to reflect updated third-party component versions and removals (e.g., yarn registration).
Changes:
- Updated
history/dev.mdfiles across images to new digests and refreshed runtime/tool/package versions. - Updated Go image history to add 1.26 variants and drop older 1.24 entries.
- Updated
cgmanifest.jsoncomponent registrations (version bumps and some removals).
Show a summary per file
| File | Description |
|---|---|
| src/universal/history/dev.md | Updates universal image digest, OS patch level, and a large set of runtime/tool/package version entries. |
| src/typescript-node/history/dev.md | Updates digests and bumps Node/TypeScript/eslint and base package versions across variants. |
| src/rust/history/dev.md | Updates digests and bumps Rust toolchain versions and base package versions. |
| src/php/history/dev.md | Updates digests and bumps PHP/Xdebug/Composer versions and base package versions across variants. |
| src/miniconda/history/dev.md | Updates digest and bumps Python/conda and pip tool versions. |
| src/jekyll/history/dev.md | Updates digests and bumps Ruby/bundler and related tool versions across variants. |
| src/javascript-node/history/dev.md | Updates digests and bumps Node/eslint and base package versions across variants. |
| src/java/history/dev.md | Updates digests and bumps Java patch versions and base package versions across variants. |
| src/java-8/history/dev.md | Updates digests and bumps Java 8 patch level and base package versions across variants. |
| src/go/history/dev.md | Adds Go 1.26 variants, shifts 1.25, and removes 1.24/bullseye section; updates tool versions. |
| src/dotnet/history/dev.md | Updates digests, OS patch level, and .NET SDK patch versions across variants. |
| src/cpp/history/dev.md | Updates digests, tool versions (e.g., vcpkg commit), and OS patch level/base packages across variants. |
| src/base-ubuntu/history/dev.md | Updates digest and Ubuntu package versions (incl. OS patch level). |
| src/base-debian/history/dev.md | Updates digests and Debian package versions across variants. |
| src/base-alpine/history/dev.md | Updates digests and Alpine package versions across variants. |
| src/anaconda/history/dev.md | Updates digest and bumps Python/Jupyter and key Python package versions. |
| cgmanifest.json | Updates component registrations (version bumps, commit hash updates, and removes yarn registration). |
Copilot's findings
- Files reviewed: 19/19 changed files
- Comments generated: 2
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
abdurriq
approved these changes
Apr 28, 2026
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.
Automated update for image history