-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[ContainerRegistry] Internal server error on docker push <image_name>
#31215
Comments
docker push <image_name>
docker push <image_name>
This looks similar to #30973 |
As stated in #27640, the bug seems to be relayed to MacOS docker client. A functional workaround is to build an image without Provenance attestations: docker build --provenance false -t gitea.djmil.dev/djmil/dtest:no_provenance . |
Until the bug solved, maybe it worth mentioning this workaround as Any way, i do hope people would be able google this workaround report by keywords:
|
Looking at the Gitea documentation and the source, this does not appear to be a common practice. If you wish, you could either discuss this on Discord or send a quick PR editing this page to see what others think about adding this section. |
I have a suspicion that it's also broken for multi-arch images. I'm building an image for
Which fails with
I see the following message in the log:
and I see the following records in the DB:
Notice how it fails when pushing the |
This should be closed by #32022 |
Description
I want to use Gitea Packages as a Docker registry for one of my repos.
The cause of an error seems to be this line:
Non the less, the image seems to appear on the server. It also seems that most of the times I'am able to
docker pull
it..Gitea Version
1.22
Can you reproduce the bug on the Gitea demo site?
No (not supported)
Log Gist
https://gist.github.com/oxbee/40ec1dce3a2cba34066f3a72a88335ab
Screenshots
Git Version
the one shipped with docker image
Operating System
MacOS Ventura 13.6.7
How are you running Gitea?
Official docker compose file with zero tweaks
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: