openproblems-bio / core

MIT License
0 stars 0 forks source link

Move base images to this repo #3

Closed rcannood closed 1 month ago

rcannood commented 2 months ago

You could store them in:

.github/workflows/build_docker_images.yaml
docker/_viash.yaml
docker/src/r/config.vsh.yaml
docker/src/python/config.vsh.yaml
docker/src/.../config.vsh.yaml

The question is, where do we publish the images to? We could keep them at their current location so we don't need to change the documentation again:

ghcr.io/openproblems-bio/base_images/r:1.1.0
ghcr.io/openproblems-bio/base_images/python:1.1.0

We could also move them to core/base:

ghcr.io/openproblems-bio/core/base/r:1.1.0
ghcr.io/openproblems-bio/core/base/python:1.1.0

OR. Maybe we could also publish the base images to Docker hub instead of ghcr:

We could also move them to Docker hub ( https://hub.docker.com/repositories/openproblems ):

openproblems/base_r:1.1.0
openproblems/base_python:1.1.0

That would make it easier for users to type.

@KaiWaldrant WDYT?