Open
Description
It appears that cdxgen is silently crashing when trying extract large layers from a Windows docker image.
When running cdxgen mcr.microsoft.com/dotnet/aspnet:8.0-windowsservercore-ltsc2019 -o aspnet.json -t docker -p --fail-on-error
, the process will return without any error messages after hanging for about 1 minute trying the extract the first layer. In this case, the layer tar is 3.7GB.
Exporting smaller windows images, like nanoserver, works fine. So I have to assume that the problem is not related to Windows Images, but rather their size.