Skip to content

Commit

Permalink
[dotnet] - 7.0 & 6.0 EOL for noble (#1171)
Browse files Browse the repository at this point in the history
* [dotnet] - 7.0 & 6.0 EOL for noble

* change to minor version of dotnet

* remove .net 7 for all variants and .net 6 for noble variant only

* changes to readme.md file
  • Loading branch information
gauravsaini04 authored Aug 28, 2024
1 parent d5fad24 commit eca3fbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 38 deletions.
11 changes: 5 additions & 6 deletions src/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| *Categories* | Core, Languages |
| *Image type* | Dockerfile |
| *Published images* | mcr.microsoft.com/devcontainers/dotnet |
| *Available image variants* | 8.0 /8.0-bookworm, 8.0-noble, 8.0-jammy, 7.0 /7.0-bookworm, 7.0-bullseye, 7.0-noble, 7.0-jammy, 6.0 /6.0-bookworm, 6.0-bullseye, 6.0-noble, 6.0-jammy, 6.0-focal ([full list](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list)) |
| *Available image variants* | 8.0 /8.0-bookworm, 8.0-noble, 8.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)) |
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bookworm`, `bullseye`, `noble`, `jammy` variants |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Ubuntu (`-focal`, `-jammy`, `-noble`), Debian (`-bullseye`, `-bookworm`) |
Expand All @@ -23,17 +23,16 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag

- `mcr.microsoft.com/devcontainers/dotnet` (latest)
- `mcr.microsoft.com/devcontainers/dotnet:8.0` (or `8.0-bookworm`, `8.0-noble`, `8.0-jammy` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/dotnet:7.0` (or `7.0-bookworm`, `7.0-bullseye`,`7.0-noble`, `7.0-jammy` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/dotnet:6.0` (or `6.0-bookworm`, `6.0-bullseye`,`6.0-noble`, `6.0-jammy`, `6.0-focal` to pin to an OS version)
- `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)


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/dotnet:1-7.0`
- `mcr.microsoft.com/devcontainers/dotnet:1.0-7.0`
- `mcr.microsoft.com/devcontainers/dotnet:1.0.0-7.0`
- `mcr.microsoft.com/devcontainers/dotnet:1-8.0`
- `mcr.microsoft.com/devcontainers/dotnet:1.0-8.0`
- `mcr.microsoft.com/devcontainers/dotnet:1.0.0-8.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
32 changes: 0 additions & 32 deletions src/dotnet/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
"8.0-bookworm-slim",
"8.0-noble",
"8.0-jammy",
"7.0-bookworm-slim",
"7.0-bullseye-slim",
"7.0-noble",
"7.0-jammy",
"6.0-bookworm-slim",
"6.0-bullseye-slim",
"6.0-noble",
"6.0-jammy",
"6.0-focal"
],
Expand All @@ -33,22 +28,6 @@
"linux/amd64",
"linux/arm64"
],
"7.0-bookworm-slim": [
"linux/amd64",
"linux/arm64"
],
"7.0-bullseye-slim": [
"linux/amd64",
"linux/arm64"
],
"7.0-noble": [
"linux/amd64",
"linux/arm64"
],
"7.0-jammy": [
"linux/amd64",
"linux/arm64"
],
"6.0-bookworm-slim": [
"linux/amd64",
"linux/arm64"
Expand All @@ -57,10 +36,6 @@
"linux/amd64",
"linux/arm64"
],
"6.0-noble": [
"linux/amd64",
"linux/arm64"
],
"6.0-jammy": [
"linux/amd64",
"linux/arm64"
Expand All @@ -74,13 +49,6 @@
"dotnet:${VERSION}-8.0",
"dotnet:${VERSION}-8.0-bookworm"
],
"7.0-bookworm-slim": [
"dotnet:${VERSION}-7.0",
"dotnet:${VERSION}-7.0-bookworm"
],
"7.0-bullseye-slim": [
"dotnet:${VERSION}-7.0-bullseye"
],
"6.0-bookworm-slim": [
"dotnet:${VERSION}-6.0",
"dotnet:${VERSION}-6.0-bookworm"
Expand Down

0 comments on commit eca3fbb

Please sign in to comment.