Brian Goff
Brian Goff
/test pull-containerd-build
Can you dump the containerd config?
Can you update the commit description to describe the change?
This seems to happen specifically when using a containerized buildkit instance (`docker buildx create --use && docker buildx build ...`) and it always happens in that case.
In my traces I'm seeing 401's when calling `HEAD` on blob URL's as well as `POST /blobs/uploads/`
You aren't pushing with buildkit in that.
As mentioned by @s4ke, you can use the credential stores to do this more securely. `docker login` will also only store only the identity token if the registry supports such...
Yes, but does that make this not an issue? Also, according to the docs a simple call as shown above should work.
I'll definitely see if I can get my hands dirty here.