Releases: joe-elliott/netcore-kubernetes-profiling
Releases · joe-elliott/netcore-kubernetes-profiling
v0.0.13
- 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
- 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.