99| * Categories* | Core, Other |
1010| * Image type* | Dockerfile |
1111| * Published images* | mcr.microsoft.com/devcontainers/base: ubuntu |
12- | * Available image variants* | ubuntu-22.04 / jammy, ubuntu-20.04 / focal, ubuntu-18.04 / bionic ([ full list] ( https://mcr.microsoft.com/v2/devcontainers/base/tags/list ) ) |
13- | * Published image architecture(s)* | x86-64, aarch64/arm64 for ` ubuntu-22.04 ` (` jammy ` ) and ` ubuntu-18.04 ` ( ` bionic ` ) variants |
12+ | * Available image variants* | ubuntu-22.04 / jammy, ubuntu-20.04 / focal ([ full list] ( https://mcr.microsoft.com/v2/devcontainers/base/tags/list ) ) |
13+ | * Published image architecture(s)* | x86-64, aarch64/arm64 for ` ubuntu-22.04 ` (` jammy ` ) variant |
1414| * Container host OS support* | Linux, macOS, Windows |
1515| * Container OS* | Ubuntu |
1616| * Languages, platforms* | Any |
@@ -24,15 +24,14 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
2424- ` mcr.microsoft.com/devcontainers/base:ubuntu ` (latest LTS release)
2525- ` mcr.microsoft.com/devcontainers/base:ubuntu-22.04 ` (or ` jammy ` )
2626- ` mcr.microsoft.com/devcontainers/base:ubuntu-20.04 ` (or ` focal ` )
27- - ` mcr.microsoft.com/devcontainers/base:ubuntu-18.04 ` (or ` bionic ` )
2827
2928Refer to [ this guide] ( https://containers.dev/guide/dockerfile ) for more details.
3029
3130You can decide how often you want updates by referencing a [ semantic version] ( https://semver.org/ ) of each image. For example:
3231
33- - ` mcr.microsoft.com/devcontainers/base:1-focal `
34- - ` mcr.microsoft.com/devcontainers/base:1.0-focal `
35- - ` mcr.microsoft.com/devcontainers/base:1.0.0-focal `
32+ - ` mcr.microsoft.com/devcontainers/base:1-jammy `
33+ - ` mcr.microsoft.com/devcontainers/base:1.0-jammy `
34+ - ` mcr.microsoft.com/devcontainers/base:1.0.0-jammy `
3635
3736See [ 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 ) .
3837
0 commit comments