Automated update for image history#1876
Open
Kaniska244 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the generated dev image history markdown files (digests, tool/runtime versions, and package lists) across multiple Dev Container images, and refreshes cgmanifest.json entries to match the updated components.
Changes:
- Updated image digests and component versions for multiple
devimages (e.g., Node/Go/.NET/Java, OS packages, and common tool commits). - Added new “resolute” (Ubuntu 26.04) variants to base Ubuntu and .NET image history.
- Updated
cgmanifest.jsoncomponent versions/entries (e.g., Oh My Zsh commit, git version, certifi, Go tools, etc.).
Show a summary per file
| File | Description |
|---|---|
| src/universal/history/dev.md | Updates Universal dev image digest and tool/runtime version inventory. |
| src/typescript-node/history/dev.md | Updates TypeScript-Node dev image digests and installed tool versions. |
| src/rust/history/dev.md | Updates Rust dev image digests and package/tool versions. |
| src/ruby/history/dev.md | Updates Ruby dev image digests and Ruby/tool/package versions. |
| src/miniconda/history/dev.md | Updates Miniconda dev image digest and Python/pip tool versions. |
| src/jekyll/history/dev.md | Updates Jekyll dev image digest and gem/tool/package versions. |
| src/javascript-node/history/dev.md | Updates JavaScript-Node dev image digests and installed tool versions. |
| src/java/history/dev.md | Updates Java dev image digests and Java/tool/package versions. |
| src/java-8/history/dev.md | Updates Java 8 dev image digests and Java/tool/package versions. |
| src/go/history/dev.md | Updates Go dev image digests and Go/tool/module versions. |
| src/dotnet/history/dev.md | Updates .NET dev image digests/versions and adds new 11.0-preview-resolute variant section. |
| src/cpp/history/dev.md | Updates C++ dev image digests and tool/package versions (including vcpkg commit). |
| src/base-ubuntu/history/dev.md | Adds new Ubuntu 26.04 “resolute” variant and updates noble/jammy histories. |
| src/base-debian/history/dev.md | Updates Debian base dev image digests and package/tool versions. |
| src/base-alpine/history/dev.md | Updates Alpine base dev image digests/versions and removes the separate “latest” variant section. |
| src/anaconda/history/dev.md | Updates Anaconda dev image digest and package/tool versions (e.g., Jupyter Lab, certifi). |
| cgmanifest.json | Refreshes component metadata (versions/commits) and adds/removes image/component entries. |
Copilot's findings
Comments suppressed due to low confidence (1)
src/java-8/history/dev.md:114
- Same as the trixie variant: the Java version cell contains an embedded error message (
bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory). Please adjust the history generation so command stderr doesn’t get appended to the version output.
| Language / runtime | Version | Path |
|--------------------|---------|------|
| [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: 5
| ``` | ||
| mcr.microsoft.com/devcontainers/dotnet:dev-11.0-preview-resolute | ||
| mcr.microsoft.com/devcontainers/dotnet:dev-11.0-preview | ||
| mcr.microsoft.com/devcontainers/dotnet:dev-11.0-preview-resolute |
|
|
||
| | Language / runtime | Version | Path | | ||
| |--------------------|---------|------| | ||
| | [.NET](https://dotnet.microsoft.com/) | 11.0.1004.26230.115 () | /usr | |
| | 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 | |
| | 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 | |
Comment on lines
+1016
to
1024
| "Type": "Pip", | ||
| "Pip": { | ||
| "Name": "wheel", | ||
| "Version": "0.46.2" | ||
| } | ||
| } | ||
| }, | ||
| { | ||
| "Component": { |
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