|
1 | 1 | # Featured Tags |
2 | 2 |
|
3 | | -* `8.0-preview` (Preview) |
4 | | - * `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:8.0-preview` |
| 3 | +* `8.0` |
| 4 | + * `docker pull mcr.microsoft.com/dotnet/aspire-dashboard:8.0` |
5 | 5 |
|
6 | 6 | # About |
7 | 7 |
|
@@ -107,16 +107,14 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures |
107 | 107 | # Full Tag Listing |
108 | 108 |
|
109 | 109 | ## Linux amd64 Tags |
110 | | -##### .NET Aspire Dashboard Preview Tags |
111 | 110 | Tags | Dockerfile | OS Version |
112 | 111 | -----------| -------------| ------------- |
113 | | -8.0.0-preview.7-amd64, 8.0-preview-amd64, 8.0.0-preview.7, 8.0-preview, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 |
| 112 | +8.0.0-amd64, 8.0-amd64, 8.0.0, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0 |
114 | 113 |
|
115 | 114 | ## Linux arm64 Tags |
116 | | -##### .NET Aspire Dashboard Preview Tags |
117 | 115 | Tags | Dockerfile | OS Version |
118 | 116 | -----------| -------------| ------------- |
119 | | -8.0.0-preview.7-arm64v8, 8.0-preview-arm64v8, 8.0.0-preview.7, 8.0-preview, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 |
| 117 | +8.0.0-arm64v8, 8.0-arm64v8, 8.0.0, 8.0, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/aspire-dashboard/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0 |
120 | 118 |
|
121 | 119 | You can retrieve a list of all available tags for dotnet/aspire-dashboard at https://mcr.microsoft.com/v2/dotnet/aspire-dashboard/tags/list. |
122 | 120 | <!--End of generated tags--> |
|
0 commit comments