galaxyproject / galaxy-docker-k8s

An Ansible playbook for building a Galaxy container for Kubernetes.
MIT License
9 stars 15 forks source link

README doesn't explain how to build container #27

Open pcm32 opened 3 years ago

pcm32 commented 3 years ago

The README doesn't really explain how to build that docker image. The repo doesn’t have a Dockerfile, yet all explanations are with docker build. I’m guessing you need to use the ansible playbook there, but it could be great if the readme would be explicit about what are those steps. Thanks!

almahmoud commented 3 years ago

The Dockerfile was moved to the Galaxy repo itself to make it easier, so this documentation is now out of date. All you need to do is clone galaxy and do docker build . -f ./.k8s_ci.Dockerfile also, an image is built automatically with every commit to dev branch at galaxy/galaxy-min:latest