-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Publish images on Github as alternative to Docker Hub #39
Comments
Seems like there will be soon a change to "GitHub Container Registry", so probably better to wait a bit: https://docs.github.com/en/free-pro-team@latest/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images |
Very interesting @dkastl , thanks. I'm reading new doc in Github about billing in the container's registry: The most important info about how billing works is here: What do you think? |
Thanks for sharing the information. I must admit that I also visited those billing pages after creating this issue, and the limits for the free publishing seem to be rather low. I'm not sure how much pgRouting would require, but 500MB storage and 1GB data transfer is not much. So I would suggest to not spend time with it. Maybe someday the quota will increase to a reasonable amount for Open Source projects like pgRouting. |
Seems like Docker Hub is also working on limits, but so far the rate limits are for pulling images only: https://www.docker.com/blog/docker-hub-image-retention-policy-delayed-and-subscription-updates/ |
I've seen this information this week and you are right. It's only affecting image pull rates. |
It's possible to publish Docker images through Github, too: https://github.com/pgRouting/docker-pgrouting/packages?package_type=Docker
This could be an alternative to Docker Hub and doing this in an automated way should not cause much extra effort.
The text was updated successfully, but these errors were encountered: