-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error 500 when pushing a docker multiarch image #33010
Comments
I recommend you use docker buildx to build multi-architecture images |
I should have mentioned, I'm using docker-desktop on a mac and it's using buildkit by default. My CI has the same errors and directly uses |
Since I can't reproduce this issue locally, it would be great if you could use Wireshark to capture the push network request and provide more detailed logs (trace level). |
I tried to capture everything with wireshark, but I'm not sure how useful it will be considering I wasn't able to decrypt the tls packets. Because you couldn't reproduce it, I've tried using my mobile network on my mac and pushed again, only to fail to the same error. EDIT: |
I see the problem, will fix it |
could you try 1.23-nightly? I think it should have been fixed there |
I do not have any issues using the last nightly 👍Thank you for the speedy resolution |
Description
Ever since I upgraded to gitea 1.23.0-rc0, I am not able to push to the docker registry multi-arch images, with simple image also randomly failing to push.
Everything was working fine before I upgraded the docker image when the gitea instance suddenly started giving me "package version already exists" errors.
I have joined logs of me running the command on demo.gitea.com and my own server. Let me know if you need more infos.
Gitea Version
1.23.0-rc0
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
https://gist.github.com/Skydust2B/cb365129eec75cac93b1d927d26e5ff4
Git Version
2.45.2
Operating System
Docker
How are you running Gitea?
I'm running gitea inside kubernetes using the official gitea/gitea:1.23.0-rc0 container.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: