Skip to content

Commit 05a815f

Browse files
lbusselldotnet-docker-botjander-msft
authored
Updates for .NET March 2025 Servicing (#6303)
Co-authored-by: dotnet-docker-bot <[email protected]> Co-authored-by: Justin Anderson <[email protected]>
2 parents 97739e1 + 40ae14f commit 05a815f

File tree

473 files changed

+4593
-3049
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

473 files changed

+4593
-3049
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"image": "mcr.microsoft.com/dotnet/sdk:9.0-noble",
33
"features": {
4+
"ghcr.io/devcontainers/features/common-utils": {
5+
"username": "app",
6+
"userUid": 1654,
7+
"userGid": 1654
8+
},
49
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
510
},
611
"customizations": {
@@ -14,11 +19,11 @@
1419
"remote.autoForwardPortsSource": "hybrid",
1520
"remote.otherPortsAttributes": {
1621
"onAutoForward": "ignore"
17-
},
18-
"terminal.integrated.defaultProfile.linux": "bash"
22+
}
1923
}
2024
}
2125
},
2226
"remoteUser": "app",
27+
"onCreateCommand": "sudo chsh -s /bin/bash app",
2328
"updateContentCommand": "docker pull mcr.microsoft.com/dotnet-buildtools/image-builder:latest"
2429
}

.portal-docs/docker-hub/README.aspire-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Featured Tags
22

3-
* `9.0`
4-
* `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:9.0`
3+
* `9.1`
4+
* `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:9.1`
55

66
# About
77

.portal-docs/mar/README.aspire-dashboard.portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Watch [discussions](https://github.com/dotnet/dotnet-docker/discussions/categori
66

77
## Featured Tags
88

9-
* `9.0`
10-
* `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:9.0`
9+
* `9.1`
10+
* `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:9.1`
1111

1212
## Related Repositories
1313

README.aspire-dashboard.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Featured Tags
44

5-
* `9.0`
6-
* `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:9.0`
5+
* `9.1`
6+
* `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:9.1`
77

88
## About
99

@@ -113,13 +113,13 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures
113113

114114
Tags | Dockerfile | OS Version
115115
-----------| -------------| -------------
116-
9.0.0, 9.0, 9, latest | [Dockerfile](src/aspire-dashboard/9.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0
116+
9.1.0, 9.1, 9, latest | [Dockerfile](src/aspire-dashboard/9.1/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
117117

118118
### Linux arm64 Tags
119119

120120
Tags | Dockerfile | OS Version
121121
-----------| -------------| -------------
122-
9.0.0, 9.0, 9, latest | [Dockerfile](src/aspire-dashboard/9.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0
122+
9.1.0, 9.1, 9, latest | [Dockerfile](src/aspire-dashboard/9.1/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
123123
<!--End of generated tags-->
124124

125125
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/aspire-dashboard/tags/list) for all supported and unsupported tags.*

README.aspnet.md

Lines changed: 112 additions & 112 deletions
Large diffs are not rendered by default.

README.monitor-base.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,31 @@ Tags | Dockerfile | OS Version
5151
-----------| -------------| -------------
5252
9.0.2-amd64, 9.0-amd64, 9.0.2, 9.0, 9, latest | [Dockerfile](src/monitor-base/9.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
5353
8.1.0-ubuntu-chiseled-amd64, 8.1-ubuntu-chiseled-amd64, 8-ubuntu-chiseled-amd64, 8.1.0-ubuntu-chiseled, 8.1-ubuntu-chiseled, 8-ubuntu-chiseled, 8.1.0, 8.1, 8 | [Dockerfile](src/monitor-base/8.1/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04
54-
8.1.0-cbl-mariner-distroless-amd64, 8.1-cbl-mariner-distroless-amd64, 8-cbl-mariner-distroless-amd64, 8.1.0-cbl-mariner-distroless, 8.1-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](src/monitor-base/8.1/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0
54+
8.1.0-azurelinux-distroless-amd64, 8.1-azurelinux-distroless-amd64, 8-azurelinux-distroless-amd64, 8.1.0-azurelinux-distroless, 8.1-azurelinux-distroless, 8-azurelinux-distroless | [Dockerfile](src/monitor-base/8.1/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
5555
8.0.8-ubuntu-chiseled-amd64, 8.0-ubuntu-chiseled-amd64, 8.0.8-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8.0.8, 8.0 | [Dockerfile](src/monitor-base/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04
56-
8.0.8-cbl-mariner-distroless-amd64, 8.0-cbl-mariner-distroless-amd64, 8.0.8-cbl-mariner-distroless, 8.0-cbl-mariner-distroless | [Dockerfile](src/monitor-base/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0
56+
8.0.8-azurelinux-distroless-amd64, 8.0-azurelinux-distroless-amd64, 8.0.8-azurelinux-distroless, 8.0-azurelinux-distroless | [Dockerfile](src/monitor-base/8.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
57+
58+
#### .NET Monitor Preview Tags
59+
60+
Tags | Dockerfile | OS Version
61+
-----------| -------------| -------------
62+
9.1.0-preview.1-amd64, 9.1-preview-amd64, 9.1.0-preview.1, 9.1-preview, 9-preview | [Dockerfile](src/monitor-base/9.1/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
5763

5864
### Linux arm64 Tags
5965

6066
Tags | Dockerfile | OS Version
6167
-----------| -------------| -------------
6268
9.0.2-arm64v8, 9.0-arm64v8, 9.0.2, 9.0, 9, latest | [Dockerfile](src/monitor-base/9.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
6369
8.1.0-ubuntu-chiseled-arm64v8, 8.1-ubuntu-chiseled-arm64v8, 8-ubuntu-chiseled-arm64v8, 8.1.0-ubuntu-chiseled, 8.1-ubuntu-chiseled, 8-ubuntu-chiseled, 8.1.0, 8.1, 8 | [Dockerfile](src/monitor-base/8.1/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04
64-
8.1.0-cbl-mariner-distroless-arm64v8, 8.1-cbl-mariner-distroless-arm64v8, 8-cbl-mariner-distroless-arm64v8, 8.1.0-cbl-mariner-distroless, 8.1-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](src/monitor-base/8.1/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0
70+
8.1.0-azurelinux-distroless-arm64v8, 8.1-azurelinux-distroless-arm64v8, 8-azurelinux-distroless-arm64v8, 8.1.0-azurelinux-distroless, 8.1-azurelinux-distroless, 8-azurelinux-distroless | [Dockerfile](src/monitor-base/8.1/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
6571
8.0.8-ubuntu-chiseled-arm64v8, 8.0-ubuntu-chiseled-arm64v8, 8.0.8-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8.0.8, 8.0 | [Dockerfile](src/monitor-base/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04
66-
8.0.8-cbl-mariner-distroless-arm64v8, 8.0-cbl-mariner-distroless-arm64v8, 8.0.8-cbl-mariner-distroless, 8.0-cbl-mariner-distroless | [Dockerfile](src/monitor-base/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0
72+
8.0.8-azurelinux-distroless-arm64v8, 8.0-azurelinux-distroless-arm64v8, 8.0.8-azurelinux-distroless, 8.0-azurelinux-distroless | [Dockerfile](src/monitor-base/8.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
73+
74+
#### .NET Monitor Preview Tags
75+
76+
Tags | Dockerfile | OS Version
77+
-----------| -------------| -------------
78+
9.1.0-preview.1-arm64v8, 9.1-preview-arm64v8, 9.1.0-preview.1, 9.1-preview, 9-preview | [Dockerfile](src/monitor-base/9.1/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
6779
<!--End of generated tags-->
6880

6981
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/monitor/base/tags/list) for all supported and unsupported tags.*

README.monitor.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,31 @@ Tags | Dockerfile | OS Version
5050
-----------| -------------| -------------
5151
9.0.2, 9.0, 9, latest | [Dockerfile](src/monitor/9.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
5252
8.1.0-ubuntu-chiseled, 8.1-ubuntu-chiseled, 8-ubuntu-chiseled, 8.1.0, 8.1, 8 | [Dockerfile](src/monitor/8.1/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04
53-
8.1.0-cbl-mariner-distroless, 8.1-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](src/monitor/8.1/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0
53+
8.1.0-azurelinux-distroless, 8.1-azurelinux-distroless, 8-azurelinux-distroless | [Dockerfile](src/monitor/8.1/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
5454
8.0.8-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8.0.8, 8.0 | [Dockerfile](src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04
55-
8.0.8-cbl-mariner-distroless, 8.0-cbl-mariner-distroless | [Dockerfile](src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0
55+
8.0.8-azurelinux-distroless, 8.0-azurelinux-distroless | [Dockerfile](src/monitor/8.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
56+
57+
#### .NET Monitor Preview Tags
58+
59+
Tags | Dockerfile | OS Version
60+
-----------| -------------| -------------
61+
9.1.0-preview.1, 9.1-preview, 9-preview | [Dockerfile](src/monitor/9.1/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
5662

5763
### Linux arm64 Tags
5864

5965
Tags | Dockerfile | OS Version
6066
-----------| -------------| -------------
6167
9.0.2, 9.0, 9, latest | [Dockerfile](src/monitor/9.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
6268
8.1.0-ubuntu-chiseled, 8.1-ubuntu-chiseled, 8-ubuntu-chiseled, 8.1.0, 8.1, 8 | [Dockerfile](src/monitor/8.1/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04
63-
8.1.0-cbl-mariner-distroless, 8.1-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](src/monitor/8.1/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0
69+
8.1.0-azurelinux-distroless, 8.1-azurelinux-distroless, 8-azurelinux-distroless | [Dockerfile](src/monitor/8.1/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
6470
8.0.8-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8.0.8, 8.0 | [Dockerfile](src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04
65-
8.0.8-cbl-mariner-distroless, 8.0-cbl-mariner-distroless | [Dockerfile](src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0
71+
8.0.8-azurelinux-distroless, 8.0-azurelinux-distroless | [Dockerfile](src/monitor/8.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
72+
73+
#### .NET Monitor Preview Tags
74+
75+
Tags | Dockerfile | OS Version
76+
-----------| -------------| -------------
77+
9.1.0-preview.1, 9.1-preview, 9-preview | [Dockerfile](src/monitor/9.1/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
6678
<!--End of generated tags-->
6779

6880
*Tags not listed in the table above are not supported. See the [Supported Tags Policy](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-tags.md). See the [full list of tags](https://mcr.microsoft.com/v2/dotnet/monitor/tags/list) for all supported and unsupported tags.*

0 commit comments

Comments
 (0)