Automated update for image history#1879
Open
Kaniska244 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is an automated refresh of the dev image history documentation across multiple images, updating recorded digests and tool/package versions, and aligning the component inventory in cgmanifest.json.
Changes:
- Updated
dev.mdhistory files across images to reflect new image digests and updated language/tool/package versions. - Added new Ubuntu 26.04 “resolute” variants to relevant history docs (e.g., base-ubuntu, dotnet) and adjusted tag listings accordingly.
- Updated
cgmanifest.jsoncomponent versions and entries to match the refreshed image contents.
Show a summary per file
| File | Description |
|---|---|
| src/universal/history/dev.md | Updates universal image digest and recorded tool/runtime versions. |
| src/rust/history/dev.md | Updates rust image digests and base tool/package versions across variants. |
| src/ruby/history/dev.md | Updates ruby image digests and recorded tool/package versions across variants. |
| src/php/history/dev.md | Updates php image digests and recorded tool/package versions across variants. |
| src/miniconda/history/dev.md | Updates miniconda image digest and Python/pip tool versions. |
| src/jekyll/history/dev.md | Updates jekyll image digests and Ruby gem/tool versions. |
| src/javascript-node/history/dev.md | Updates javascript-node image digests and Node/npm tool versions across variants. |
| src/java/history/dev.md | Updates java image digests and Java/tool/package versions across variants. |
| src/java-8/history/dev.md | Updates java-8 image digests and Java/tool/package versions across variants. |
| src/go/history/dev.md | Updates go image digests and Go/tool versions across variants. |
| src/dotnet/history/dev.md | Adds 11.0 preview resolute variant and updates digests/versions for existing variants. |
| src/cpp/history/dev.md | Updates cpp image digests and recorded tool/package versions (incl. vcpkg commit). |
| src/base-ubuntu/history/dev.md | Adds resolute variant and updates digests/versions for ubuntu base variants. |
| src/base-debian/history/dev.md | Updates debian base image digests and recorded package versions across variants. |
| src/base-alpine/history/dev.md | Updates alpine base image digests/versions and removes the separate “latest” history section. |
| src/anaconda/history/dev.md | Updates anaconda image digest and recorded package versions. |
| cgmanifest.json | Updates tracked component versions/entries to reflect the refreshed images. |
Copilot's findings
Comments suppressed due to low confidence (1)
src/java-8/history/dev.md:113
- The Java version cell includes captured shell error output ("bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory"), which makes the history doc inaccurate. The history entry should only list the Java version (and optionally a valid install path), not command errors.
| [Java](https://adoptopenjdk.net/) | 1.8.0_492<br />bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory | /usr/local/sdkman/candidates/java/current<br />/usr/local |
- Files reviewed: 19/19 changed files
- Comments generated: 2
| | Language / runtime | Version | Path | | ||
| |--------------------|---------|------| | ||
| | [Java](https://adoptopenjdk.net/) | 1.8.0_482 | /usr/local/sdkman/candidates/java/current<br />/usr/local | | ||
| | [Java](https://adoptopenjdk.net/) | 1.8.0_492<br />bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory | /usr/local/sdkman/candidates/java/current<br />/usr/local | |
| | Docker (Moby) CLI & Engine | 29.4.0 | | ||
| | [conda](https://github.com/conda/conda) | 26.1.1 | /opt/conda/bin | | ||
| | [GitHub CLI](https://github.com/cli/cli) | 2.92.0 | | ||
| | [yarn](https://yarnpkg.com/) | ! Corepack is about to download https://registry.yarnpkg.com/yarn/-/yarn-1.22.22.tgz<br />1.22.22 | /usr/bin | |
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