Skip to content

Automated update for image history#1876

Open
Kaniska244 wants to merge 1 commit into
mainfrom
automated-update-for-image-history-26234182085
Open

Automated update for image history#1876
Kaniska244 wants to merge 1 commit into
mainfrom
automated-update-for-image-history-26234182085

Conversation

@Kaniska244
Copy link
Copy Markdown
Contributor

Automated update for image history

@Kaniska244 Kaniska244 requested a review from a team as a code owner May 22, 2026 14:28
Copilot AI review requested due to automatic review settings May 22, 2026 14:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 dev images (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.json component 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

Comment thread src/dotnet/history/dev.md
```
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
Comment thread src/dotnet/history/dev.md

| Language / runtime | Version | Path |
|--------------------|---------|------|
| [.NET](https://dotnet.microsoft.com/) | 11.0.1004.26230.115 () | /usr |
| Docker (Moby) CLI &amp; 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 |
Comment thread src/java-8/history/dev.md
| 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 thread cgmanifest.json
Comment on lines +1016 to 1024
"Type": "Pip",
"Pip": {
"Name": "wheel",
"Version": "0.46.2"
}
}
},
{
"Component": {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants