You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way to tell which of the registries replied with this error, is to try pushing to one registry at a time, which is not easy in CI, especially if errors occur sporadically.
At very least it would be good to see the URL, but seeing request payload (perhaps in debug mode) would be nice too.
This turns out to be a buildkit issue and not a buuildx one, as all of the error message are passed along using very generic machinery, so the context will have to come from buildkit. It doesn't help that there is grcp client as well, which may need a small change to accommodate for fixing this.
I have started by improving containerd (containerd/containerd#5164), but I am little lost in buildkit code, so will need some concrete pointers.
The text was updated successfully, but these errors were encountered:
Also, even when only one registry is being used, it's still hard to tell what could be wrong. I also wonder what it might look like for multiple images in the context of buildx bake.
When tagging an image with multiple registries using buildx, push errors carry too little context, here is an example:
The only way to tell which of the registries replied with this error, is to try pushing to one registry at a time, which is not easy in CI, especially if errors occur sporadically.
At very least it would be good to see the URL, but seeing request payload (perhaps in debug mode) would be nice too.
This turns out to be a buildkit issue and not a buuildx one, as all of the error message are passed along using very generic machinery, so the context will have to come from buildkit. It doesn't help that there is grcp client as well, which may need a small change to accommodate for fixing this.
I have started by improving containerd (containerd/containerd#5164), but I am little lost in buildkit code, so will need some concrete pointers.
The text was updated successfully, but these errors were encountered: