Skip to content

Releases: joe-elliott/netcore-kubernetes-profiling

v0.0.13

23 Jun 13:06
Compare
Choose a tag to compare
  • Moved alpine container to sdk container
  • Added dotnet dump
  • Removed lldb

dotnet dump is the official way to analyze coredumps on systems that do not support lldb.

v0.0.12

16 Jun 00:10
Compare
Choose a tag to compare
  • Updated alpine container base to mcr.microsoft.com/dotnet/core/aspnet:2.2.5-alpine3.9
  • Added lldb to alpine container

Even though it's still not fully functional alpine 3.9 has better lldb support. See #4.