dotnet-docker icon indicating copy to clipboard operation
dotnet-docker copied to clipboard

Readme Related Repositories sections should link to the aspire-dashboard repo

Open MichaelSimons opened this issue 10 months ago • 2 comments

They do in the nightly repos but not in the official repos. This is because of a condition in the template for when aspire-dashboard was only available in nightly

From https://raw.githubusercontent.com/dotnet/dotnet-docker/main/eng/readme-templates/RelatedRepos.md:

}}{{if isNightlyRepo && SHORT_REPO != "aspire-dashboard"
    :* [dotnet/nightly/aspire-dashboard]({{InsertTemplate("Url.md", [ "readme-host": ARGS["readme-host"], "repo": "dotnet/nightly/aspire-dashboard" ])}}): .NET Aspire Dashboard (Preview)
}}

MichaelSimons avatar Apr 10 '24 18:04 MichaelSimons

Related: https://github.com/dotnet/dotnet-docker/issues/5348

lbussell avatar Apr 10 '24 18:04 lbussell

This can't be done in Docker Hub yet because of https://github.com/dotnet/dotnet-docker/issues/5415

MichaelSimons avatar May 01 '24 14:05 MichaelSimons