Skip to content

Conversation

@devcontainers-bot
Copy link
Member

Automated update for image history

Copilot AI review requested due to automatic review settings January 31, 2026 09:29
@devcontainers-bot devcontainers-bot requested a review from a team as a code owner January 31, 2026 09:29
Copy link
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 dev image history documentation and the component manifest to reflect the latest image rebuilds and dependency changes across multiple stacks.

Changes:

  • Refreshes image digests and recorded tool/runtime versions (e.g., Java, Composer, bundler, nvm, vcpkg) in the various history/dev.md files.
  • Removes Yarn as a packaged Linux dependency from current dev images and drops the associated Yarn Linux registration from cgmanifest.json.
  • Aligns cgmanifest.json component entries (nvm, vcpkg, bundler, Composer, Oh My Zsh!) with the updated commits/versions recorded in the history docs.

Reviewed changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/universal/history/dev.md Updates universal dev image digest, Java patch version, Composer version, nvm commit, and Yarn tooling entry to match the rebuilt image.
src/typescript-node/history/dev.md Refreshes digests and nvm commit for all TypeScript/Node dev variants to reflect the latest builds.
src/rust/history/dev.md Updates digests for Rust dev variants (trixie, bookworm, bullseye) to the latest image hashes.
src/ruby/history/dev.md Bumps digests, nvm commit, and removes Yarn from additional Linux packages across Ruby dev variants.
src/python/history/dev.md Updates digests, nvm commit, and removes Yarn from additional Linux packages for all Python dev variants.
src/php/history/dev.md Refreshes digests, nvm commit, Composer version, and removes Yarn from Linux package lists for PHP dev variants.
src/miniconda/history/dev.md Updates dev digest, Oh My Zsh commit, and removes Yarn from Linux package list for Miniconda.
src/jekyll/history/dev.md Updates digests, nvm commit, bundler version, and removes Yarn from Linux packages for Jekyll dev variants.
src/javascript-node/history/dev.md Refreshes digests and nvm commit across JavaScript/Node dev variants.
src/java/history/dev.md Updates digests and Java patch versions (25, 21, 17, 11) plus nvm commit across Java dev variants.
src/java-8/history/dev.md Refreshes digests and nvm commit, and removes Yarn from Linux packages for Java 8 dev variants.
src/go/history/dev.md Updates digests, nvm commit, and removes Yarn from Linux package lists for Go dev variants.
src/dotnet/history/dev.md Refreshes digests, nvm commit, and removes Yarn from Linux packages for .NET dev variants.
src/cpp/history/dev.md Updates digests and vcpkg commit hashes for all C++ dev variants.
src/base-ubuntu/history/dev.md Updates digests for noble and jammy base-ubuntu dev variants.
src/base-debian/history/dev.md Refreshes digests for trixie, bookworm, and bullseye base-debian dev variants.
src/base-alpine/history/dev.md Updates digests for latest and specific Alpine base dev variants.
src/anaconda/history/dev.md Updates Anaconda dev digest and removes Yarn from Linux packages.
cgmanifest.json Drops Yarn’s Debian component registration; updates vcpkg, nvm, bundler, Composer, and Oh My Zsh component entries to match the new commits/versions used by the dev images.

| [rvm](https://github.com/rvm/rvm) | 1.29.12 | /usr/local/rvm |
| [GitHub CLI](https://github.com/cli/cli) | 2.86.0 |
| [yarn](https://yarnpkg.com/) | 1.22.22 | /usr/bin |
| [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 |
Copy link

Copilot AI Jan 31, 2026

Choose a reason for hiding this comment

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

The Version column for the yarn row contains the full Corepack log message (! Corepack is about to download ...) in addition to the actual version number, which makes the table noisy and inconsistent with the other entries that list just a version. Consider reducing this cell to only the Yarn version (or a concise description) rather than including transient CLI output.

Suggested change
| [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 |
| [yarn](https://yarnpkg.com/) | 1.22.22 | /usr/bin |

Copilot uses AI. Check for mistakes.
@abdurriq abdurriq closed this Feb 2, 2026
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.

3 participants