-
Notifications
You must be signed in to change notification settings - Fork 482
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
Long running push to the hub end-up failing with 401 after successfully pushing the layers #324
Comments
These cases should be fixed now with moby/buildkit#1636 if you can verify with the master buildkit image (you can pass on buildx create) and confirm. |
@tonistiigi running off master now. So far, I have not hit the problem mentioned above yet. Now, I'm getting:
(Not the first time I see this btw ^) |
@tonistiigi I've been pushing quite a few big (multi-arch) images to the hub now without hitting the original issue anymore (some pushes have ran way over 30 minutes). I'm going to close since it appears resolved. Thanks a lot for the work on this!!! |
This is currently an issue on GCP Cloud Build pushing to GCP Artifact Registry when the build is longer than an hour. I filed #1205 with the details. There is a workaround (build without |
My upload speed is pretty bad these days.
Smaller builds push to the hub: fine.
All builds push to a local registry: fine.
Bigger builds push to the hub (> 10 minutes):
My hunch is that the token expired while pushing the layers, then the client fails to refresh the auth token.
(cc @dmcgowan because we discussed this a long time ago ;-))
Let me know what additional info would help.
Typical output:
The text was updated successfully, but these errors were encountered: