-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiarch - merging manifest fails with httpReadSeeker "failed open - not found" #1519
Comments
Just figured out, when using the "QEMU emulation" the build works, but when building with multiple nodes (amd64, armv7, armv6) it fails. |
Same problem here, disabling provenance with Logs:
```
#28 exporting to image1041 | #28 exporting layers
|
See docker/buildx#1519 Signed-off-by: Andrey Smirnov <[email protected]>
Hi, I don't know if this is related, but it seems that with rather old JFrog's Artifactory Docker registries, when trying to use buildx 0.10.x to push a multi-arch image coming from 2 distinct build nodes, I get errors like:
Looking at such error on Artifactory side, it seems it is (at least in some cases) a known issue. I have found for example https://jfrog.atlassian.net/browse/RTFACT-25700 which has been fixed quite some time ago, but which not everyone might use yet (for example we don't). I tried disabling provenance in my buildx build, and indeed it "fixes" (more works around) my issue. Just adding my error here as it might help someone else try to investigate new issues with "400 Bad Request" errors which aren't exactly clear on what goes wrong. Cheers, |
This is an issue in docker buildx 0.10: docker/buildx#1519 Signed-off-by: Sean Young <[email protected]>
This is an issue in docker buildx 0.10: docker/buildx#1519 Signed-off-by: Sean Young <[email protected]>
I currently try to build a multiarch image and it fails with:
How can I fix this?
docker buildx version
github.com/docker/buildx v0.10.0 8764628
docker version
Here the complete buildx output:
The text was updated successfully, but these errors were encountered: