Automated update for image history - #1982
Automated update for image history#1982devcontainers-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”),
|
1 similar comment
|
@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.
🔵 Needs a closer look
cgmanifest.json includes a RubyGems component with an empty object, which is likely to break cgmanifest validation/tooling.
Pull request overview
Updates the dev.md history snapshots and component manifest to reflect the latest rebuilt devcontainer images (new digests and refreshed tool/runtime versions) across multiple image families.
Changes:
- Refreshed image digests and installed tool/runtime version listings across many
src/*/history/dev.mdfiles. - Added/expanded Go image history to include Go 1.27 variants (and updated related tool/module versions).
- Updated
cgmanifest.jsoncomponent versions/entries to match the refreshed image contents.
File summaries
| File | Description |
|---|---|
| src/universal/history/dev.md | Updates Universal dev image digest and tool/runtime versions. |
| src/typescript-node/history/dev.md | Updates TypeScript-Node dev image digests and Node/eslint versions. |
| src/rust/history/dev.md | Updates Rust dev image digests and Rust toolchain versions. |
| src/ruby/history/dev.md | Updates Ruby dev image digests and tool listings (including gem/tool section additions). |
| src/python/history/dev.md | Updates Python dev image digests and Python/tooling versions across variants. |
| src/php/history/dev.md | Updates PHP dev image digests and PHP/Composer versions across variants. |
| src/miniconda/history/dev.md | Updates Miniconda dev image digest and Python/conda tooling versions. |
| src/jekyll/history/dev.md | Updates Jekyll dev image digests and Ruby gem/tool versions. |
| src/javascript-node/history/dev.md | Updates JavaScript-Node dev image digests and Node/eslint versions. |
| src/java/history/dev.md | Updates Java dev image digests and base tool versions across variants. |
| src/java-8/history/dev.md | Updates Java 8 dev image digests and Temurin 8 patch level. |
| src/go/history/dev.md | Adds Go 1.27 variant history and refreshes Go/tooling versions for other variants. |
| src/dotnet/history/dev.md | Updates .NET dev image digests and SDK/runtime versions across variants. |
| src/cpp/history/dev.md | Updates C++ dev image digests and vcpkg/tooling versions across variants. |
| src/base-ubuntu/history/dev.md | Updates base Ubuntu dev image digests and package versions across variants. |
| src/base-debian/history/dev.md | Updates base Debian dev image digests and package versions across variants. |
| src/base-alpine/history/dev.md | Updates base Alpine dev image digests and package versions across variants. |
| src/anaconda/history/dev.md | Updates Anaconda dev image digest and Python/Jupyter package versions. |
| cgmanifest.json | Updates component versions/entries to track updated image contents. |
Review details
Suppressed comments (1)
cgmanifest.json:701
cgmanifest.jsoncontains aRubyGemscomponent with an empty object ("RubyGems": {}), which is likely invalid for CG manifest tooling (missing at least Name/Version) and can break validation.
"Component": {
"Type": "RubyGems",
"RubyGems": {}
}
- Files reviewed: 19/19 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Automated update for image history