pgRouting / docker-pgrouting

Docker for pgRouting
https://hub.docker.com/repository/docker/pgrouting/pgrouting
GNU General Public License v2.0
64 stars 34 forks source link

Publish images on Github as alternative to Docker Hub #39

Open dkastl opened 3 years ago

dkastl commented 3 years ago

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.

dkastl commented 3 years ago

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

cayetanobv commented 3 years ago

Very interesting @dkastl , thanks. I'm reading new doc in Github about billing in the container's registry: https://docs.github.com/en/free-pro-team@latest/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images#billing-changes

The most important info about how billing works is here: https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-packages#about-billing-for-github-packages

What do you think?

dkastl commented 3 years ago

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.

dkastl commented 3 years ago

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/

cayetanobv commented 3 years ago

I've seen this information this week and you are right. It's only affecting image pull rates.