-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
No arm platform packages on github #396
Comments
Correct, those are on docker hub instead. |
I request to put here ass well. On docker hub there is a pull limit. Sometimes it's annoying. If you don't want to put here feel free to close this issue. Thank you for your great work on this project. |
There are two separate workflows in GitHub actions for this. I have not had a need to add this myself, but someone else is free to sink a few hours into getting it working the same way also for ghcr. |
I personally see no reason to have it also on GitHub, maybe we could add a second place where the docker images would be also uploaded. https://docs.docker.com/docker-hub/download-rate-limit/#third-party-platforms Even if i am also a very intensive Docker user i've never reached the pull limit. The docker hub pull limit:
|
I'm leaning towards splitting the
This is the main reason for me to support ghcr, and I also don't want to end up paying for docker hub, which has been rumored from time to time. |
That could be the solution yeah, and i hope too that docker hub won't be paid only it would be a shame.. |
Cool, I'll have a commit splitting them up in a while. With that we'll be closing this issue, full arch support will only be available via Docker Hub and GHCR will be solely for regression testing the Dockerfile (and the maintainer's primary $ARCH for reference). |
There is no
linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le
platfom containers on github packages.The text was updated successfully, but these errors were encountered: