Skip to content
6 changes: 3 additions & 3 deletions src/base-ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.

You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:

- `mcr.microsoft.com/devcontainers/base:1-jammy`
- `mcr.microsoft.com/devcontainers/base:1.0-jammy`
- `mcr.microsoft.com/devcontainers/base:1.0.0-jammy`
- `mcr.microsoft.com/devcontainers/base:2-jammy`
- `mcr.microsoft.com/devcontainers/base:2.0-jammy`
- `mcr.microsoft.com/devcontainers/base:2.0.0-jammy`

See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/base/tags/list).

Expand Down
2 changes: 1 addition & 1 deletion src/base-ubuntu/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.6",
"version": "2.0.0",
"variants": [
"noble",
"jammy"
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.13",
"variants": [
"bookworm",
"bullseye",
Expand Down
8 changes: 4 additions & 4 deletions src/universal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
|----------|-------|
| *Categories* | Services, GitHub |
| *Image type* | Dockerfile |
| *Published image* | mcr.microsoft.com/devcontainers/universal:linux<br />mcr.microsoft.com/devcontainers/universal:focal |
| *Published image* | mcr.microsoft.com/devcontainers/universal:linux<br />mcr.microsoft.com/devcontainers/universal:noble |
| *Published image architecture(s)* | x86-64 |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Ubuntu |
Expand All @@ -27,9 +27,9 @@ The container includes the `zsh` (and Oh My Zsh!) and `fish` shells that you can
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image.
For example:

- `mcr.microsoft.com/devcontainers/universal:2-focal`
- `mcr.microsoft.com/devcontainers/universal:2.0-focal`
- `mcr.microsoft.com/devcontainers/universal:2.0.6-focal`
- `mcr.microsoft.com/devcontainers/universal:3-noble`
- `mcr.microsoft.com/devcontainers/universal:3.0-noble`
- `mcr.microsoft.com/devcontainers/universal:3.0.0-noble`

See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/universal/tags/list).

Expand Down
Loading