Skip to content
Prev Previous commit
Next Next commit
Update major version on README for ubuntu images
  • Loading branch information
AlvaroRausell committed May 29, 2025
commit c44a3c40b27dddaff27605ff619d427d030c73de
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
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