Codespace redesigned guide 4jvr79wx9pqw25xjg - #1958
Conversation
|
Antonio-bot300 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
hay que ver |
There was a problem hiding this comment.
Pull request overview
This PR adds new versioned history/*.md documents that capture tags, digests, variants, and included tool/runtime versions for a set of devcontainer images built from v0.4.30.
Changes:
- Added release history pages for multiple images (base, language stacks, and universal) at new image versions.
- Documented per-variant tags/digests and summarized installed runtimes/tools for each image version.
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/6.1.1.md | Adds Universal image v6.1.1 contents/tags/digest snapshot. |
| src/typescript-node/history/5.0.3.md | Adds TypeScript/Node image v5.0.3 per-variant release snapshot. |
| src/rust/history/2.0.14.md | Adds Rust image v2.0.14 per-variant release snapshot. |
| src/php/history/4.0.2.md | Adds PHP image v4.0.2 per-variant release snapshot. |
| src/miniconda/history/1.2.11.md | Adds Miniconda image v1.2.11 release snapshot. |
| src/jekyll/history/2.2.12.md | Adds Jekyll image v2.2.12 per-variant release snapshot. |
| src/javascript-node/history/5.0.2.md | Adds JavaScript/Node image v5.0.2 per-variant release snapshot. |
| src/java/history/3.0.11.md | Adds Java image v3.0.11 per-variant release snapshot. |
| src/java-8/history/3.0.12.md | Adds Java 8 image v3.0.12 per-variant release snapshot. |
| src/go/history/2.1.6.md | Adds Go image v2.1.6 per-variant release snapshot. |
| src/dotnet/history/2.1.4.md | Adds .NET image v2.1.4 per-variant release snapshot. |
| src/cpp/history/3.0.2.md | Adds C++ image v3.0.2 per-variant release snapshot. |
| src/base-ubuntu/history/3.0.5.md | Adds base Ubuntu image v3.0.5 per-variant release snapshot. |
| src/base-debian/history/2.1.13.md | Adds base Debian image v2.1.13 per-variant release snapshot. |
| src/base-alpine/history/4.0.2.md | Adds base Alpine image v4.0.2 per-variant release snapshot. |
| src/anaconda/history/1.3.24.md | Adds Anaconda image v1.3.24 release snapshot. |
Suppressed comments (3)
src/java-8/history/3.0.12.md:113
- The Java version field contains a shell error ("/usr/local/openjdk-*/bin/java: No such file or directory"), which reads like a failed doc-generation command rather than image contents. The version column should not include this error output.
| [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 |
src/dotnet/history/2.1.4.md:119
- The .NET version string includes empty parentheses "()", which looks like missing metadata leaking into the rendered history. If there is no extra label/version, omit the parentheses to keep the output clean.
| [.NET](https://dotnet.microsoft.com/) | 10.0.302 () | /usr |
src/dotnet/history/2.1.4.md:105
- The tags list contains a duplicate entry (the "2.1.4-10.0-noble" tag appears twice). This should be de-duplicated so the history output accurately reflects the published tags.
**Tags:**
mcr.microsoft.com/devcontainers/dotnet:2.1.4-10.0-noble
mcr.microsoft.com/devcontainers/dotnet:2.1.4-10.0
mcr.microsoft.com/devcontainers/dotnet:2.1.4-10.0-noble
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| | [Docker Compose](https://github.com/docker/compose) | 5.3.1 | /usr/local/bin | | ||
| | [rvm](https://github.com/rvm/rvm) | 1.29.12 | /usr/local/rvm | | ||
| | [GitHub CLI](https://github.com/cli/cli) | 2.96.0 | | ||
| | [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 | |
|
|
||
| | 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 | |
|
|
||
| | Language / runtime | Version | Path | | ||
| |--------------------|---------|------| | ||
| | [.NET](https://dotnet.microsoft.com/) | 11.0.1006.26359.118 () | /usr | |
| ``` | ||
| mcr.microsoft.com/devcontainers/dotnet:2.1.4-11.0-preview-resolute | ||
| mcr.microsoft.com/devcontainers/dotnet:2.1.4-11.0-preview | ||
| mcr.microsoft.com/devcontainers/dotnet:2.1.4-11.0-preview-resolute | ||
| ``` |
No description provided.