dotnet / dotnet-docker

Docker images for .NET and the .NET Tools.
https://hub.docker.com/_/microsoft-dotnet
MIT License
4.51k stars 1.94k forks source link

Create sample(s) for Aspire Dashboard images #5335

Open lbussell opened 8 months ago

lbussell commented 8 months ago

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.

lbussell commented 7 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.

joperezr commented 3 months ago

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.

MichaelSimons commented 3 months ago

Perhaps we should just link to this existing sample from the dotnet-docker samples and/or aspire readme.