-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
buildkit 0.11 fails to push to interal registry but 0.10 works fine #3579
Comments
Can you post a repro with build command and a Dockerfile please? And a bit more logs (client and server) like #2479 (comment) would be appreciated.
Would be nice to know but best guess is the registry doesn't support the OCI spec. Error message looks similar to docker/buildx#1513 (comment) with GCR when exporting cache to the registry. |
That is probably a good guess. It seems he different is probably More logs is hard without exposing internal url/details. I can see if i can try to sanitize this but it will take time. |
If you're using buildx 0.10, More info about attestations: https://docs.docker.com/build/attestations/ |
cleaned logs: |
FWIW, the docs for |
When pushing a multiplatform build via buildx my coworkers reported issues while I had none. Looking at the difference I was running an older buildkit image and they were downloading 0.11.2.
I was able to repo by recreating my builder.
The registry was returning a 400 error with very little details. Registry is an internal registry and I am not sure what software it is actually running.
The text was updated successfully, but these errors were encountered: