Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds new generated history/<version>.md documentation snapshots for multiple Dev Container images, capturing their digests/tags and installed tool/runtime inventories for the v0.4.25 release line.
Changes:
- Added a new Universal image history entry for version
5.1.5. - Added new history entries for multiple language/runtime images (Java/Java-8, .NET, JS/TS Node, Go, Rust, PHP, Jekyll, Conda images).
- Added new history entries for base images (Debian, Ubuntu, Alpine) and C++ image.
Reviewed changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/universal/history/5.1.5.md | Adds the Universal 5.1.5 image contents/tags/digest snapshot. |
| src/typescript-node/history/4.0.7.md | Adds TypeScript-Node 4.0.7 multi-variant contents snapshot. |
| src/rust/history/2.0.9.md | Adds Rust 2.0.9 multi-variant contents snapshot. |
| src/php/history/3.0.4.md | Adds PHP 3.0.4 multi-variant contents snapshot. |
| src/miniconda/history/1.2.3.md | Adds Miniconda 1.2.3 contents/tags/digest snapshot. |
| src/jekyll/history/2.2.7.md | Adds Jekyll 2.2.7 multi-variant contents snapshot. |
| src/javascript-node/history/4.0.9.md | Adds JavaScript-Node 4.0.9 multi-variant contents snapshot. |
| src/java/history/3.0.6.md | Adds Java 3.0.6 multi-variant contents snapshot. |
| src/java-8/history/3.0.7.md | Adds Java-8 3.0.7 multi-variant contents snapshot. |
| src/go/history/2.1.1.md | Adds Go 2.1.1 multi-variant contents snapshot. |
| src/dotnet/history/2.0.6.md | Adds .NET 2.0.6 multi-variant contents snapshot. |
| src/cpp/history/2.1.6.md | Adds C++ 2.1.6 multi-variant contents snapshot. |
| src/base-ubuntu/history/2.1.7.md | Adds Base Ubuntu 2.1.7 multi-variant contents snapshot. |
| src/base-debian/history/2.1.7.md | Adds Base Debian 2.1.7 multi-variant contents snapshot. |
| src/base-alpine/history/3.0.3.md | Adds Base Alpine 3.0.3 multi-variant contents snapshot. |
| src/anaconda/history/1.3.13.md | Adds Anaconda 1.3.13 contents/tags/digest snapshot. |
Comments suppressed due to low confidence (1)
src/java-8/history/3.0.7.md:114
- The Java version field for the bookworm variant also includes the shell error ("/usr/local/openjdk-*/bin/java: No such file or directory"), indicating the history generation is probing a non-existent path and embedding the failure into the docs. Update the version-detection logic so the published history doesn’t include command errors.
| Language / runtime | Version | Path |
|--------------------|---------|------|
| [Java](https://adoptopenjdk.net/) | 1.8.0_482<br />bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory | /usr/local/sdkman/candidates/java/current<br />/usr/local |
sam-byng
approved these changes
Mar 17, 2026
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