Automated update for image history - #1947
Automated update for image history#1947devcontainers-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.
Adds release-history documentation files for multiple devcontainer images at source release v0.4.30, capturing image tags/digests and the installed language/runtime/tool versions per variant.
Changes:
- Added new
history/*.mddocuments for updated image versions across Universal, language stacks, and base images. - Documented per-variant tags/digests and enumerated installed tools/packages.
- Captured OS distribution and architecture metadata for each image/variant.
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/universal/history/6.1.1.md | Adds Universal image 6.1.1 contents/tags/digest documentation. |
| src/typescript-node/history/5.0.3.md | Adds TypeScript-Node 5.0.3 variant matrices and contents. |
| src/rust/history/2.0.14.md | Adds Rust 2.0.14 history for trixie/bookworm/bullseye variants. |
| src/php/history/4.0.2.md | Adds PHP 4.0.2 history across Apache variants and Debian releases. |
| src/miniconda/history/1.2.11.md | Adds Miniconda 1.2.11 history and package inventory. |
| src/jekyll/history/2.2.12.md | Adds Jekyll 2.2.12 history across Ruby variants. |
| src/javascript-node/history/5.0.2.md | Adds JavaScript-Node 5.0.2 variant matrices and contents. |
| src/java/history/3.0.11.md | Adds Java 3.0.11 history for multiple JDK versions across Debian variants. |
| src/java-8/history/3.0.12.md | Adds Java 8 image history for trixie/bookworm variants. |
| src/go/history/2.1.6.md | Adds Go 2.1.6 history for Go 1.25/1.26 variants. |
| src/dotnet/history/2.1.4.md | Adds .NET 2.1.4 history across Ubuntu/Debian variants. |
| src/cpp/history/3.0.2.md | Adds C++ 3.0.2 history across Debian/Ubuntu variants and toolchains. |
| src/base-ubuntu/history/3.0.5.md | Adds base Ubuntu image 3.0.5 history across resolute/noble/jammy. |
| src/base-debian/history/2.1.13.md | Adds base Debian image 2.1.13 history across trixie/bookworm/bullseye. |
| src/base-alpine/history/4.0.2.md | Adds base Alpine image 4.0.2 history across Alpine 3.21–3.23. |
| src/anaconda/history/1.3.24.md | Adds Anaconda image 1.3.24 history and key Python/Jupyter packages. |
|
|
||
| | 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 | |
|
|
||
| | 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 | |
| | [Docker Compose](https://github.com/docker/compose) | 5.3.1 | /usr/local/bin | | ||
| | [rvm](https://github.com/rvm/rvm) | 1.29.12 | /usr/local/rvm | | ||
| | [GitHub CLI](https://github.com/cli/cli) | 2.96.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 | |
| mcr.microsoft.com/devcontainers/dotnet:2.1.4-11.0-preview-resolute | ||
| mcr.microsoft.com/devcontainers/dotnet:2.1.4-11.0-preview | ||
| mcr.microsoft.com/devcontainers/dotnet:2.1.4-11.0-preview-resolute |
| mcr.microsoft.com/devcontainers/dotnet:2.1.4-10.0-noble | ||
| mcr.microsoft.com/devcontainers/dotnet:2.1.4-10.0 | ||
| mcr.microsoft.com/devcontainers/dotnet:2.1.4-10.0-noble |
Automated update for image history