-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Also publish to GitHub container registry #1140
Comments
I wouldn't leave dockerhub because well it's still the default place to go but I don't see any objection to push images to ghcr as well. I am using it for updatecli from here and it's working great |
I also think we shouldn't leave dockerhub, people look there first for images. I think ALSO publishing to ghcr would be fine. |
I think publishing to GitHub container registry is a great idea in addition to Dockerhub. |
+1 on this: with the recent addition of docker buildx bake, it should be easy on the pipeline side. @timja since I recently got warned by GitHub that I'm consuming too much space, could you check the limitations (size/API rate) on the GitHub that we would have if we do so? |
free for public packages, and doesn't appear to be any limits: |
I am not aware of any limits and I would definitely be in favor to publish on ghrc.io |
Any thoughts?
I've done an experiment here:
https://github.com/timja/jenkins-ci.org-docker/pkgs/container/jenkins
see https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
Steps taken:
The main benefit I see is there's pull metrics per tag.
It amazes me that docker hub does not provide this =/. I want to know if anyone actually uses e.g. centos or windows tags.
cc @dduportal @MarkEWaite @slide @olblak
The text was updated successfully, but these errors were encountered: