Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
3.98k stars 771 forks source link

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

Open danielcweber opened 2 months ago

danielcweber commented 2 months ago

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.