Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undocument .NET Aspire Dashboard arch-specific tags #5955

Open
wants to merge 1 commit into
base: nightly
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.aspire-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ Limits are per-resource. For example, a `MaxLogCount` value of 10,000 configures

Tags | Dockerfile | OS Version
-----------| -------------| -------------
8.2.1-amd64, 8.2-amd64, 8-amd64, 8.2.1, 8.2, 8, latest | [Dockerfile](src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0
8.2.1, 8.2, 8, latest | [Dockerfile](src/aspire-dashboard/8.2/cbl-mariner-distroless/amd64/Dockerfile) | CBL-Mariner 2.0

### Linux arm64 Tags

Tags | Dockerfile | OS Version
-----------| -------------| -------------
8.2.1-arm64v8, 8.2-arm64v8, 8-arm64v8, 8.2.1, 8.2, 8, latest | [Dockerfile](src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0
8.2.1, 8.2, 8, latest | [Dockerfile](src/aspire-dashboard/8.2/cbl-mariner-distroless/arm64v8/Dockerfile) | CBL-Mariner 2.0
<!--End of generated tags-->

*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/nightly/aspire-dashboard/tags/list) for all supported and unsupported tags.*
Expand Down
4 changes: 2 additions & 2 deletions eng/mcr-tags-metadata-templates/aspire-dashboard-tags.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$(McrTagsYmlRepo:aspire-dashboard)
$(McrTagsYmlTagGroup:8-amd64)
$(McrTagsYmlTagGroup:8-arm64v8)
$(McrTagsYmlTagGroup:8.2)
$(McrTagsYmlTagGroup:8)
24 changes: 18 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9479,9 +9479,15 @@
"os": "linux",
"osVersion": "cbl-mariner2.0-distroless",
"tags": {
"$(aspire-dashboard|8.2|fixed-tag)-amd64": {},
"$(aspire-dashboard|8.2|minor-tag)-amd64": {},
"$(aspire-dashboard|8|major-tag)-amd64": {}
"$(aspire-dashboard|8.2|fixed-tag)-amd64": {
"docType": "Undocumented"
},
"$(aspire-dashboard|8.2|minor-tag)-amd64": {
"docType": "Undocumented"
},
"$(aspire-dashboard|8|major-tag)-amd64": {
"docType": "Undocumented"
}
}
},
{
Expand All @@ -9494,9 +9500,15 @@
"os": "linux",
"osVersion": "cbl-mariner2.0-distroless",
"tags": {
"$(aspire-dashboard|8.2|fixed-tag)-arm64v8": {},
"$(aspire-dashboard|8.2|minor-tag)-arm64v8": {},
"$(aspire-dashboard|8|major-tag)-arm64v8": {}
"$(aspire-dashboard|8.2|fixed-tag)-arm64v8": {
"docType": "Undocumented"
},
"$(aspire-dashboard|8.2|minor-tag)-arm64v8": {
"docType": "Undocumented"
},
"$(aspire-dashboard|8|major-tag)-arm64v8": {
"docType": "Undocumented"
}
},
"variant": "v8"
}
Expand Down