Automated update for image history - #1959
Automated update for image history#1959devcontainers-repos-automation[bot] wants to merge 1 commit into
Conversation
|
@devcontainers-repos-automation[bot] please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates devcontainer image history documentation and the component governance manifest to reflect newly built images, refreshed tool/package versions, and newly introduced Ubuntu 26.04 (“resolute”) / .NET 11 preview variants.
Changes:
- Refreshes digests and recorded tool/runtime versions across multiple
*/history/dev.mdfiles. - Adds new “resolute” (Ubuntu 26.04) variants (e.g., base-ubuntu/cpp) and introduces a .NET 11 preview variant.
- Updates
cgmanifest.jsoncomponent versions and image references to match the new builds.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/universal/history/dev.md | Updates recorded digests and language/tool versions for the universal dev image. |
| src/rust/history/dev.md | Bumps Rust toolchain versions and updates digests/package versions. |
| src/php/history/dev.md | Updates PHP/Xdebug/Composer versions, digests, and removes older PHP 8.2 variant sections. |
| src/miniconda/history/dev.md | Updates Python/conda and pip tool versions plus digest/package baselines. |
| src/jekyll/history/dev.md | Updates Ruby/bundler versions, digests, and base package versions. |
| src/java/history/dev.md | Updates Java patch versions, digests, and base package versions across variants. |
| src/java-8/history/dev.md | Updates Java 8 update release, digests, and base package versions. |
| src/go/history/dev.md | Updates Go versions, Go tooling versions, digests, and base packages. |
| src/dotnet/history/dev.md | Adds .NET 11 preview resolute variant and updates existing .NET variant versions/digests. |
| src/cpp/history/dev.md | Adds resolute variant and updates digests, vcpkg commit, and base packages. |
| src/base-ubuntu/history/dev.md | Adds resolute variant and updates digests and base package versions. |
| src/base-debian/history/dev.md | Updates digests, git/Oh My Zsh commits, and base package versions. |
| src/base-alpine/history/dev.md | Removes “latest”/3.20 sections and updates digests and package versions for remaining Alpine variants. |
| src/anaconda/history/dev.md | Updates digest and recorded conda/pip package versions. |
| cgmanifest.json | Updates governed component versions and base image references to align with the new builds. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "Other": { | ||
| "Name": "Docker Image: buildpack-deps", | ||
| "Version": "bullseye-curl", | ||
| "Version": "resolute-curl", | ||
| "DownloadUrl": "https://hub.docker.com/_/buildpack-deps" | ||
| } |
| { | ||
| "Component": { | ||
| "Type": "other", | ||
| "Other": { | ||
| "Name": "Docker Image: buildpack-deps", | ||
| "Version": "resolute-curl", | ||
| "DownloadUrl": "https://hub.docker.com/_/buildpack-deps" | ||
| } | ||
| } | ||
| }, |
|
|
||
| | Tool | Version | Path | | ||
| |------|---------|------| | ||
| | [git](https://github.com/git/git) | 2.55.0 | |
| | ca-certificates | 20260601~26.04.1 | | ||
| | curl | 8.18.0-1ubuntu2.3 | | ||
| | dialog | 1.3-20260107-1 | | ||
| | git | 1:2.53.0-1ubuntu1 | |
Automated update for image history