Automated update for image history#1859
Open
Kaniska244 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Automated refresh of the dev.md image history snapshots across multiple devcontainer images, updating digests and recorded tool/package versions to reflect the latest builds (including newly documented variants like Ubuntu “resolute” and .NET 11 preview).
Changes:
- Updated image digests and recorded tool/runtime versions across many
src/*/history/dev.mdfiles. - Added/updated history entries for new variants (e.g.,
base-ubuntu:dev-resolute,dotnet:dev-11.0-preview-resolute). - Updated
cgmanifest.jsoncomponent versions/hashes to match the refreshed histories (e.g., certifi, Oh My Zsh, git, vcpkg, Go/delve, eslint, bundler, kubectl, GitHub CLI).
Show a summary per file
| File | Description |
|---|---|
| src/universal/history/dev.md | Refresh universal image digest and tool/package inventory versions. |
| src/typescript-node/history/dev.md | Refresh TypeScript/Node image digests and tool versions across variants. |
| src/rust/history/dev.md | Refresh Rust image digests and tool versions across variants. |
| src/ruby/history/dev.md | Refresh Ruby image digests and runtime/tool versions across variants. |
| src/python/history/dev.md | Refresh Python image digests and pip tool versions across variants. |
| src/php/history/dev.md | Refresh PHP image digests and PHP runtime/tool versions across variants. |
| src/miniconda/history/dev.md | Refresh Miniconda image digest and Python/package versions. |
| src/jekyll/history/dev.md | Refresh Jekyll image digests and Ruby gem/tool versions. |
| src/javascript-node/history/dev.md | Refresh JavaScript/Node image digests and tool versions across variants. |
| src/java/history/dev.md | Refresh Java image digests and JDK versions across variants. |
| src/java-8/history/dev.md | Refresh Java 8 image digests and runtime/tool versions across variants. |
| src/go/history/dev.md | Refresh Go image digests and Go/delve versions across variants. |
| src/dotnet/history/dev.md | Add/refresh .NET variant history (incl. 11.0-preview-resolute) and update versions. |
| src/cpp/history/dev.md | Refresh C++ image digests and vcpkg/tool versions across variants. |
| src/base-ubuntu/history/dev.md | Add/refresh Ubuntu base image history for new resolute variant and update others. |
| src/base-debian/history/dev.md | Refresh Debian base image digests and tool versions across variants. |
| src/base-alpine/history/dev.md | Refresh Alpine base image digests and package versions across variants. |
| src/anaconda/history/dev.md | Refresh Anaconda image digest and Jupyter/certifi versions. |
| cgmanifest.json | Update component registrations (versions/commit hashes) to align with new histories and new base/SDK images. |
Copilot's findings
- Files reviewed: 19/19 changed files
- Comments generated: 3
| ``` | ||
| 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 |
| | [GitHub CLI](https://github.com/cli/cli) | 2.90.0 | | ||
| | [yarn](https://yarnpkg.com/) | 1.22.22 | /usr/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 | |
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