Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/anaconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/anaconda:1-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.3-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.3.9-3`
- `mcr.microsoft.com/devcontainers/anaconda:1.3.10-3`

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/anaconda/tags/list).

Expand Down
2 changes: 1 addition & 1 deletion src/anaconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.9",
"version": "1.3.10",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
2 changes: 1 addition & 1 deletion src/base-alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/base:3-alpine`
- `mcr.microsoft.com/devcontainers/base:3.0-alpine`
- `mcr.microsoft.com/devcontainers/base:3.0.1-alpine`
- `mcr.microsoft.com/devcontainers/base:3.0.2-alpine`

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-alpine/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"variants": [
"latest",
"3.23",
Expand Down
2 changes: 1 addition & 1 deletion src/base-debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/base:2-trixie`
- `mcr.microsoft.com/devcontainers/base:2.1-trixie`
- `mcr.microsoft.com/devcontainers/base:2.1.5-trixie`
- `mcr.microsoft.com/devcontainers/base:2.1.6-trixie`

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-debian/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.5",
"version": "2.1.6",
"variants": [
"trixie",
"bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/base-ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/base:2-jammy`
- `mcr.microsoft.com/devcontainers/base:2.1-jammy`
- `mcr.microsoft.com/devcontainers/base:2.1.5-jammy`
- `mcr.microsoft.com/devcontainers/base:2.1.6-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": "2.1.5",
"version": "2.1.6",
"variants": [
"noble",
"jammy"
Expand Down
4 changes: 2 additions & 2 deletions src/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ 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/cpp:2-trixie`
- `mcr.microsoft.com/devcontainers/cpp:2.1-trixie`
- `mcr.microsoft.com/devcontainers/cpp:2.1.4-trixie`
- `mcr.microsoft.com/devcontainers/cpp:2.1.5-trixie`
- `mcr.microsoft.com/devcontainers/cpp:2-bookworm`
- `mcr.microsoft.com/devcontainers/cpp:2.1-bookworm`
- `mcr.microsoft.com/devcontainers/cpp:2.1.4-bookworm`
- `mcr.microsoft.com/devcontainers/cpp:2.1.5-bookworm`

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `0-debian-12`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

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": "2.1.4",
"version": "2.1.5",
"variants": [
"trixie",
"bookworm",
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/dotnet:2-10.0-noble`
- `mcr.microsoft.com/devcontainers/dotnet:2.0-10.0-noble`
- `mcr.microsoft.com/devcontainers/dotnet:2.0.4-10.0-noble`
- `mcr.microsoft.com/devcontainers/dotnet:2.0.5-10.0-noble`
- `mcr.microsoft.com/devcontainers/dotnet:2-9.0`
- `mcr.microsoft.com/devcontainers/dotnet:2.0-9.0`
- `mcr.microsoft.com/devcontainers/dotnet:2.0.4-9.0`
- `mcr.microsoft.com/devcontainers/dotnet:2.0.5-9.0`

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/dotnet/tags/list).

Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.4",
"version": "2.0.5",
"variants": [
"10.0-noble",
"9.0-bookworm-slim",
Expand Down
2 changes: 1 addition & 1 deletion src/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/go:2-1.25` (or `2-1.25-trixie`, `2-1.25-bookworm`)
- `mcr.microsoft.com/devcontainers/go:2.0-1.25` (or `2.0-1.25-trixie`, `2.0-1.25-bookworm`)
- `mcr.microsoft.com/devcontainers/go:2.0.7-1.25` (or `2.0.7-1.25-trixie`, `2.0.7-1.25-bookworm`)
- `mcr.microsoft.com/devcontainers/go:2.0.8-1.25` (or `2.0.8-1.25-trixie`, `2.0.8-1.25-bookworm`)

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-1.25`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

Expand Down
2 changes: 1 addition & 1 deletion src/go/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.7",
"version": "2.0.8",
"variants": [
"1.25-trixie",
"1.24-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/java-8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/java:3-8` (or `3-8-trixie`, `3-8-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.0-8` (or `3.0-8-trixie`, `3.0-8-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.0.5-8` (or `3.0.5-8-trixie`, `3.0.5-8-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.0.6-8` (or `3.0.6-8-trixie`, `3.0.6-8-bookworm` to pin to an OS version)

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `3-8`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

Expand Down
2 changes: 1 addition & 1 deletion src/java-8/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.5",
"version": "3.0.6",
"variants": [
"trixie",
"bookworm"
Expand Down
2 changes: 1 addition & 1 deletion src/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/java:3-11` (or `3-11-trixie`, `3-11-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.0-11` (or `3.0-11-trixie`, `3.0-11-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.0.4-11` (or `3.0.4-11-trixie`, `3.0.4-11-bookworm` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/java:3.0.5-11` (or `3.0.5-11-trixie`, `3.0.5-11-bookworm` to pin to an OS version)

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `3-11`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

Expand Down
2 changes: 1 addition & 1 deletion src/java/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.4",
"version": "3.0.5",
"variants": [
"25-trixie",
"21-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/javascript-node:4-24` (or `4-24-trixie`, `4-24-bookworm`, `4-24-bullseye`)
- `mcr.microsoft.com/devcontainers/javascript-node:4.0-24` (or `4.0-24-trixie`, `4.0-24-bookworm`, `3.0-24-bullseye`)
- `mcr.microsoft.com/devcontainers/javascript-node:4.0.7-24` (or `4.0.7-24-trixie`, `4.0.7-24-bookworm`, `4.0.7-24-bullseye`)
- `mcr.microsoft.com/devcontainers/javascript-node:4.0.8-24` (or `4.0.8-24-trixie`, `4.0.8-24-bookworm`, `4.0.8-24-bullseye`)

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `4-24`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

Expand Down
2 changes: 1 addition & 1 deletion src/javascript-node/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.7",
"version": "4.0.8",
"variants": [
"24-trixie",
"22-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/jekyll/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
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/jekyll:2` (or `2-bookworm`, `2-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.2` (or `2.2-bookworm`, `2.2-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.2.5` (or `2.2.5-bookworm`, `2.2.5-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/jekyll:2.2.6` (or `2.2.6-bookworm`, `2.2.6-bullseye` to pin to an OS version)


However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-bullseye`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.
Expand Down
2 changes: 1 addition & 1 deletion src/jekyll/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.5",
"version": "2.2.6",
"variants": [
"3.4-bookworm",
"3.3-bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/miniconda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/miniconda:1-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.2-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.2.1-3`
- `mcr.microsoft.com/devcontainers/miniconda:1.2.2-3`

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/miniconda/tags/list).

Expand Down
2 changes: 1 addition & 1 deletion src/miniconda/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.2.2",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down
2 changes: 1 addition & 1 deletion src/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/php:3-8` (or `3-8-trixie`, `3-8-bookworm` )
- `mcr.microsoft.com/devcontainers/php:2.0-8` (or `3.0-8-trixie`, `3.0-8-bookworm` )
- `mcr.microsoft.com/devcontainers/php:3.0.2-8` (or `3.0.2-8-trixie`, `3.0.2-8-bookworm` )
- `mcr.microsoft.com/devcontainers/php:3.0.3-8` (or `3.0.3-8-trixie`, `3.0.3-8-bookworm` )

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `3-8`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

Expand Down
2 changes: 1 addition & 1 deletion src/php/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.2",
"version": "3.0.3",

"variants": [
"8.5-apache-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/python:3-3.13` (or `3-3.14-trixie`)
- `mcr.microsoft.com/devcontainers/python:3.0-3.13` (or `3.0-3.13-trixie`)
- `mcr.microsoft.com/devcontainers/python:3.0.4-3.13` (or `3.0.4-3.13-trixie`)
- `mcr.microsoft.com/devcontainers/python:3.0.5-3.13` (or `3.0.5-3.13-trixie`)

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-3`).
You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.
Expand Down
2 changes: 1 addition & 1 deletion src/python/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.4",
"version": "3.0.5",
"variants": [
"3.14-trixie",
"3.13-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/ruby:3-4` (or `3-4-trixie`, `3-4-bookworm`, `3-4-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:3.0-4` (or `3.0-4-trixie`, `3.0-4-bookworm`, `3.0-4-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:3.0.1-4` (or `3.0.1-4-trixie`, `3.0.1-4-bookworm`, `3.0.1-4-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:3.0.2-4` (or `3.0.2-4-trixie`, `3.0.2-4-bookworm`, `3.0.2-4-bullseye` to pin to an OS version)

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-4.0`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

Expand Down
2 changes: 1 addition & 1 deletion src/ruby/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"variants": [
"4.0-trixie",
"3.4-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/rust:2-1` (or `2-1-trixie`, `2-1-bookworm`, `2-1-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/rust:2.0-1` (or `2.0-1-trixie`, `2.0-1-bookworm`, `2.0-1-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/rust:2.0.7-1` (or `2.0.7-1-trixie`, `2.0.7-1-bookworm`, `2.0.7-1-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/rust:2.0.8-1` (or `2.0.8-1-trixie`, `2.0.8-1-bookworm`, `2.0.8-1-bullseye` to pin to an OS version)

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-1`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

Expand Down
2 changes: 1 addition & 1 deletion src/rust/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.7",
"version": "2.0.8",
"variants": [
"trixie",
"bookworm",
Expand Down
2 changes: 1 addition & 1 deletion src/typescript-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can decide how often you want updates by referencing a [semantic version](ht

- `mcr.microsoft.com/devcontainers/typescript-node:4-24` (or `4-24-trixie`, `4-24-bookworm`, `4-24-bullseye`)
- `mcr.microsoft.com/devcontainers/typescript-node:4.0-24` (or `4.0-24-trixie`, `4.0-24-bookworm`, `4.0-24-bullseye`)
- `mcr.microsoft.com/devcontainers/typescript-node:4.0.5-24` (or `4.0.5-24-trixie`, `4.0.5-24-bookworm`, `4.0.5-24-bullseye`)
- `mcr.microsoft.com/devcontainers/typescript-node:4.0.6-24` (or `4.0.6-24-trixie`, `4.0.6-24-bookworm`, `4.0.6-24-bullseye`)

However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `3-24`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.

Expand Down
2 changes: 1 addition & 1 deletion src/typescript-node/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.5",
"version": "4.0.6",
"variants": [
"24-trixie",
"22-trixie",
Expand Down
2 changes: 1 addition & 1 deletion src/universal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For example:

- `mcr.microsoft.com/devcontainers/universal:5-noble`
- `mcr.microsoft.com/devcontainers/universal:5.1-noble`
- `mcr.microsoft.com/devcontainers/universal:5.1.3-noble`
- `mcr.microsoft.com/devcontainers/universal:5.1.4-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
2 changes: 1 addition & 1 deletion src/universal/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.3",
"version": "5.1.4",
"build": {
"latest": true,
"rootDistro": "debian",
Expand Down