Hi, I'm using Pants for Python, and using Docker w...
# general
r
Hi, I'm using Pants for Python, and using Docker with buildx using
Copy code
[docker]
use_buildx = true
I have the following error
encountered unknown type application/vnd.oci.image.layer.v1.tar+gzip; children may not be fetched
My container registry is an Azure Container registry. Could anyone help me ?
b
Sorry for the trouble. We'll need some more information to help. One good way to start debugging is to look at the command actually being run, in its sandbox: https://www.pantsbuild.org/2.21/docs/using-pants/troubleshooting-common-issues#debug-tip-inspect-the-sandbox-with---keep-sandboxes
If you can reproduce "without" pants, that'd help.