Automated update for image history#1869
Open
Kaniska244 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated update for image history