Skip to content

Conversation

@devcontainers-bot
Copy link
Member

Automated update for image history

@devcontainers-bot devcontainers-bot requested a review from a team as a code owner January 28, 2026 19:35
Copilot AI review requested due to automatic review settings January 28, 2026 19:35
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 is an automated update that adds new image history documentation files for various devcontainer images (v0.4.23 release). The changes document the versions of languages, runtimes, tools, and packages included in each image variant.

Changes:

  • Added history files documenting version 0.4.23 release for multiple images
  • Documented tool versions, Linux package versions, and runtime versions across different base distributions
  • Covers images: universal, typescript-node, rust, php, miniconda, jekyll, javascript-node, java, java-8, go, dotnet, cpp, base-ubuntu, base-debian, base-alpine, anaconda

Reviewed changes

Copilot reviewed 18 out of 18 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/universal/history/5.1.3.md Universal image v5.1.3 history documentation with Ubuntu 24.04 base
src/typescript-node/history/4.0.5.md TypeScript/Node image v4.0.5 with multiple Debian variants
src/rust/history/2.0.7.md Rust image v2.0.7 with trixie, bookworm, bullseye variants
src/php/history/3.0.2.md PHP image v3.0.2 with Apache variants on trixie/bookworm
src/miniconda/history/1.2.1.md Miniconda image v1.2.1 with Python 3.13
src/jekyll/history/2.2.5.md Jekyll image v2.2.5 with Ruby variants
src/javascript-node/history/4.0.7.md JavaScript/Node image v4.0.7 with multiple variants
src/java/history/3.0.4.md Java image v3.0.4 with Java 11, 17, 21, 25 variants
src/java-8/history/3.0.5.md Java 8 image v3.0.5 (contains version detection errors)
src/go/history/2.0.7.md Go image v2.0.7 with Go 1.24 and 1.25
src/dotnet/history/2.0.4.md .NET image v2.0.4 with .NET 8, 9, and 10
src/cpp/history/2.1.4.md C++ image v2.1.4 with various compiler versions
src/base-ubuntu/history/2.1.5.md Base Ubuntu image v2.1.5
src/base-debian/history/2.1.5.md Base Debian image v2.1.5
src/base-alpine/history/3.0.1.md Base Alpine image v3.0.1
src/anaconda/history/1.3.9.md Anaconda image v1.3.9 with Jupyter


| Language / runtime | Version | Path |
|--------------------|---------|------|
| [Java](https://adoptopenjdk.net/) | 1.8.0_472<br />bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory | /usr/local/sdkman/candidates/java/current<br />/usr/local |
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

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

The Java version field contains an error message: "bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory". This indicates a problem during the image build or version detection process. This error message should not appear in the version documentation.

Suggested change
| [Java](https://adoptopenjdk.net/) | 1.8.0_472<br />bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory | /usr/local/sdkman/candidates/java/current<br />/usr/local |
| [Java](https://adoptopenjdk.net/) | 1.8.0_472 | /usr/local/sdkman/candidates/java/current<br />/usr/local |

Copilot uses AI. Check for mistakes.

| Language / runtime | Version | Path |
|--------------------|---------|------|
| [Java](https://adoptopenjdk.net/) | 1.8.0_472<br />bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory | /usr/local/sdkman/candidates/java/current<br />/usr/local |
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

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

The Java version field contains the same error message: "bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory". This is a critical issue that indicates problems with the Java 8 image build process.

Suggested change
| [Java](https://adoptopenjdk.net/) | 1.8.0_472<br />bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory | /usr/local/sdkman/candidates/java/current<br />/usr/local |
| [Java](https://adoptopenjdk.net/) | 1.8.0_472 | /usr/local/sdkman/candidates/java/current<br />/usr/local |

Copilot uses AI. Check for mistakes.
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