AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

HealthChecks.UI.Image/Dockerfile: build and run on aspnet & sdk v8

Open danielcweber opened this issue 4 months ago • 0 comments

The UI Docker won't build currently.

First, this PR needs to be merged since dotnet reports a vulnerability warning as error in the Azure.Identity nuget.

Then, this PR updates the runtime and sdk docker images from .NET 6 to .NET 8, because the v6 sdk won't build the project that have been upgraded to .NET 8 already.

I built the docker with these changes and it seems mostly fine safe for a few missing icons but that may be due to everything being served from localhost. Happy to contribute further.

danielcweber avatar Apr 26 '24 19:04 danielcweber