Open lbussell opened 8 months ago
[Triage] There is one sample available in the Aspire samples repo: https://github.com/dotnet/aspire-samples/tree/main/samples/StandaloneDashboard
It needs to be updated with the non-nightly image tag as well as the new UNSECURED
environment variable that's necessary for running the image.
Thanks for logging this @lbussell. FWIW, we do have a sample consuming the docker image here: https://github.com/dotnet/aspire-samples/tree/main/samples/StandaloneDashboard
That one we do keep updating each time there is any changes we need to adjust to from aspire.
Perhaps we should just link to this existing sample from the dotnet-docker samples and/or aspire readme.
Part of #5128. There should be at least one sample for using the Aspire Dashboard container image as intended. It probably belongs under the kubernetes directory.