Docker stack trace
Docker command causing a stack-trace
It looked like a go package might be the cause and digging around, it seems I wasn’t the only one with the issue.
https://github.com/docker/docker-credential-helpers/issues/103
https://github.com/moby/moby/issues/37916
Removing the package seems to be enough the fix the issue : sudo apt-get remove golang-docker-credential-helpers. I am not using any Docker credentials so it’s not a big loss for the moment.
The fix is coming in 0.6.2!