Undocument .NET Monitor 9 arch-specific tags (#5948)
Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
This commit is contained in:
Родитель
98e8c281a8
Коммит
986efae5d2
|
@ -59,7 +59,7 @@ See the [documentation](https://go.microsoft.com/fwlink/?linkid=2158052) for how
|
|||
|
||||
Tags | Dockerfile | OS Version
|
||||
-----------| -------------| -------------
|
||||
9.0.0-rc.2-amd64, 9.0-amd64, 9.0.0-rc.2, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
|
||||
9.0.0-rc.2, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/amd64/Dockerfile) | Azure Linux 3.0
|
||||
8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile) | Ubuntu 22.04
|
||||
8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0
|
||||
6.3.9-alpine, 6.3-alpine, 6-alpine, 6.3.9, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.20
|
||||
|
@ -71,7 +71,7 @@ Tags | Dockerfile | OS Version
|
|||
|
||||
Tags | Dockerfile | OS Version
|
||||
-----------| -------------| -------------
|
||||
9.0.0-rc.2-arm64v8, 9.0-arm64v8, 9.0.0-rc.2, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
|
||||
9.0.0-rc.2, 9.0, 9 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/9.0/azurelinux-distroless/arm64v8/Dockerfile) | Azure Linux 3.0
|
||||
8.0.5-ubuntu-chiseled, 8.0-ubuntu-chiseled, 8-ubuntu-chiseled, 8.0.5, 8.0, 8, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile) | Ubuntu 22.04
|
||||
8.0.5-cbl-mariner-distroless, 8.0-cbl-mariner-distroless, 8-cbl-mariner-distroless | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0
|
||||
6.3.9-alpine, 6.3-alpine, 6-alpine, 6.3.9, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.20
|
||||
|
|
|
@ -8495,8 +8495,12 @@
|
|||
"os": "linux",
|
||||
"osVersion": "azurelinux3.0-distroless",
|
||||
"tags": {
|
||||
"$(monitor|9.0|fixed-tag)-amd64": {},
|
||||
"$(monitor|9.0|minor-tag)-amd64": {}
|
||||
"$(monitor|9.0|fixed-tag)-amd64": {
|
||||
"docType": "Undocumented"
|
||||
},
|
||||
"$(monitor|9.0|minor-tag)-amd64": {
|
||||
"docType": "Undocumented"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -8509,8 +8513,12 @@
|
|||
"os": "linux",
|
||||
"osVersion": "azurelinux3.0-distroless",
|
||||
"tags": {
|
||||
"$(monitor|9.0|fixed-tag)-arm64v8": {},
|
||||
"$(monitor|9.0|minor-tag)-arm64v8": {}
|
||||
"$(monitor|9.0|fixed-tag)-arm64v8": {
|
||||
"docType": "Undocumented"
|
||||
},
|
||||
"$(monitor|9.0|minor-tag)-arm64v8": {
|
||||
"docType": "Undocumented"
|
||||
}
|
||||
},
|
||||
"variant": "v8"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче