Skip to content

Commit 5f62583

Browse files
Drop dotnet:8.0-bullseye due to upstream unavailability (#853)
* Drop dotnet:8.0-bullseye due to upstream unavailability * update readme
1 parent 0ffa846 commit 5f62583

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

src/dotnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| *Categories* | Core, Languages |
1010
| *Image type* | Dockerfile |
1111
| *Published images* | mcr.microsoft.com/devcontainers/dotnet |
12-
| *Available image variants* | 8.0 /8.0-bookworm, 8.0-bullseye, 8.0-jammy, 7.0 /7.0-bookworm, 7.0-bullseye, 7.0-jammy, 6.0 /6.0-bookworm, 6.0-bullseye, 6.0-jammy, 6.0-focal ([full list](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list)) |
12+
| *Available image variants* | 8.0 /8.0-bookworm, 8.0-jammy, 7.0 /7.0-bookworm, 7.0-bullseye, 7.0-jammy, 6.0 /6.0-bookworm, 6.0-bullseye, 6.0-jammy, 6.0-focal ([full list](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list)) |
1313
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bookworm`, `bullseye`, `jammy` variants |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Ubuntu (`-focal`, `-jammy`), Debian (`-bullseye`, `-bookworm`) |
@@ -22,7 +22,7 @@ See **[history](history)** for information on the contents of published images.
2222
You can directly reference pre-built versions of `Dockerfile` by using the `image` property in `.devcontainer/devcontainer.json` or updating the `FROM` statement in your own `Dockerfile` to one of the following. An example `Dockerfile` is included in this repository.
2323

2424
- `mcr.microsoft.com/devcontainers/dotnet` (latest)
25-
- `mcr.microsoft.com/devcontainers/dotnet:8.0` (or `8.0-bookworm`, `8.0-bullseye`, `8.0-jammy` to pin to an OS version)
25+
- `mcr.microsoft.com/devcontainers/dotnet:8.0` (or `8.0-bookworm`, `8.0-jammy` to pin to an OS version)
2626
- `mcr.microsoft.com/devcontainers/dotnet:7.0` (or `7.0-bookworm`, `7.0-bullseye`, `7.0-jammy` to pin to an OS version)
2727
- `mcr.microsoft.com/devcontainers/dotnet:6.0` (or `6.0-bookworm`, `6.0-bullseye`, `6.0-jammy`, `6.0-focal` to pin to an OS version)
2828

src/dotnet/manifest.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"version": "1.0.1",
33
"variants": [
44
"8.0-bookworm-slim",
5-
"8.0-bullseye-slim",
65
"8.0-jammy",
76
"7.0-bookworm-slim",
87
"7.0-bullseye-slim",
@@ -13,7 +12,7 @@
1312
"6.0-focal"
1413
],
1514
"build": {
16-
"latest": "8.0-bullseye-slim",
15+
"latest": "8.0-bookworm-slim",
1716
"rootDistro": "debian",
1817
"tags": [
1918
"dotnet:${VERSION}-${VARIANT}"
@@ -23,10 +22,6 @@
2322
"linux/amd64",
2423
"linux/arm64"
2524
],
26-
"8.0-bullseye-slim": [
27-
"linux/amd64",
28-
"linux/arm64"
29-
],
3025
"8.0-jammy": [
3126
"linux/amd64",
3227
"linux/arm64"
@@ -64,9 +59,6 @@
6459
"dotnet:${VERSION}-8.0",
6560
"dotnet:${VERSION}-8.0-bookworm"
6661
],
67-
"8.0-bullseye-slim": [
68-
"dotnet:${VERSION}-8.0-bullseye"
69-
],
7062
"7.0-bookworm-slim": [
7163
"dotnet:${VERSION}-7.0",
7264
"dotnet:${VERSION}-7.0-bookworm"

0 commit comments

Comments
 (0)