pyiron / docker-stacks

Ready-to-run Docker images containing pyiron applications
https://hub.docker.com/u/pyiron
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

[Infrastructure] Publish Docker Container on quay.io #140

Open jan-janssen opened 1 year ago

jan-janssen commented 1 year ago

Conda-forge and bioconda seem to use https://quay.io rather than docker hub, so we should check if it makes sense to host our images on both registries and what the restrictions for the individual registries are.

mbruns91 commented 1 year ago

I think we cannot do anything wrong with hosting images at multiple places, esp. when it might increase visibility for other communities. @jan-janssen , can you maybe tell why exactly conda-forge and bioconda prefer https://quay.io/? I'm just curious and have never heard of quay before.

When considering this, I just like to note that there are of course many more container registries out there, e.g. github packages. Github packages is actually a broader framework for hosting packages of a number of technologies . I'm mentioning this here mainly, because of it's nice integration of github actions. Also, packages will be shown right in the repository from which they are generated, which is quite nice.

jan-janssen commented 1 month ago

Jupyter now also publishes their images exclusively on quay: https://github.com/pyiron/docker-stacks/pull/371