Skip to content

Automated update for image history#1869

Open
Kaniska244 wants to merge 1 commit into
mainfrom
automated-update-for-image-history-26039918520
Open

Automated update for image history#1869
Kaniska244 wants to merge 1 commit into
mainfrom
automated-update-for-image-history-26039918520

Conversation

@Kaniska244
Copy link
Copy Markdown
Contributor

Automated update for image history

@Kaniska244 Kaniska244 requested a review from a team as a code owner May 18, 2026 21:37
Copilot AI review requested due to automatic review settings May 18, 2026 21:37
Copy link
Copy Markdown
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 adds new “image history” markdown snapshots for multiple Dev Container images, capturing digests, tags, and key installed tool/runtime versions for the v0.4.27 release.

Changes:

  • Added new history entries for updated image versions across core/base images and language stacks.
  • Recorded per-variant digests/tags plus runtime/tool/package inventories for each published image.
Show a summary per file
File Description
src/universal/history/6.0.4.md Adds the Universal image history entry for v6.0.4 (digest/tags + contents).
src/rust/history/2.0.11.md Adds Rust image history entry for v2.0.11 across trixie/bookworm/bullseye variants.
src/ruby/history/3.0.6.md Adds Ruby image history entry for v3.0.6 across multiple Ruby/OS variants.
src/php/history/3.0.6.md Adds PHP image history entry for v3.0.6 across PHP/OS variants.
src/miniconda/history/1.2.5.md Adds Miniconda image history entry for v1.2.5.
src/jekyll/history/2.2.9.md Adds Jekyll image history entry for v2.2.9 across Ruby/OS variants.
src/javascript-node/history/4.0.11.md Adds JavaScript/Node image history entry for v4.0.11 across Node/OS variants.
src/java/history/3.0.8.md Adds Java image history entry for v3.0.8 across JDK/OS variants.
src/java-8/history/3.0.9.md Adds Java 8 image history entry for v3.0.9 across trixie/bookworm variants.
src/go/history/2.1.3.md Adds Go image history entry for v2.1.3 across Go/OS variants.
src/dotnet/history/2.1.1.md Adds .NET image history entry for v2.1.1 across .NET/OS variants.
src/cpp/history/2.1.8.md Adds C++ image history entry for v2.1.8 across Debian/Ubuntu variants.
src/base-ubuntu/history/3.0.1.md Adds base Ubuntu image history entry for v3.0.1 across resolute/noble/jammy variants.
src/base-debian/history/2.1.9.md Adds base Debian image history entry for v2.1.9 across trixie/bookworm/bullseye variants.
src/base-alpine/history/3.0.5.md Adds base Alpine image history entry for v3.0.5 across Alpine variants.
src/anaconda/history/1.3.15.md Adds Anaconda image history entry for v1.3.15.

Copilot's findings

Comments suppressed due to low confidence (1)

src/java-8/history/3.0.9.md:113

  • The Java version field includes a shell error message ("/usr/local/openjdk-*/bin/java: No such file or directory"), which makes the published history inaccurate/noisy. Please update the version-collection logic to avoid invoking a nonexistent path and/or suppress stderr so only the Java version is recorded.
| [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 |
  • Files reviewed: 18/18 changed files
  • Comments generated: 1


| 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 |
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.

2 participants