-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Docker pull does not load correct arch image on arm64 #7880
Comments
The 1.9 branch doesn't have the change for multi-arch (merge after 1.9 freeze). |
So when there will be multiarch versions? Or how can I see, if multiarch images exist on dockerhub? |
I prepare the backport, and let others maintainers choose if we need to backport it. We will soon (less than 1 month) freeze 1.10 process so a 1.10-rc1 should be soon available and the 1.10.0 release could be expected 1 or 2 month later. This timeline is purely an estimation based on previous releases but it could maybe take longer. |
To detect multi-arch image you can use the command Edit: If you have experimental cli activated |
ok, maybe this was a misunderstanding on my end. I thought, multiarch images would be created for every release. Or maybe this is the goal? |
The backport PR is now merged so when 1.9.2 will also be released, the tags 1.9.2, 1.9, 1 will be multi-arch. Every release later will have multi-arch. |
Linked PR has been merged. Will close this issue now. Thanks for opening it, and thanks to @sapk for PR :) |
[x]
):Description
When I try to download the docker image with the 1.9.1 tag, I get the amd64 image. I'm only able to download the arm64 image, if I use 'docker pull gitea/gitea:linux-arm64'. But then I get the latest (development) version. But I want to use the last stable version, and I would expect the image for the correct architecture being downloaded. But I'm also not sure, if this is a Gitea thing or not.
The text was updated successfully, but these errors were encountered: