This repo holds Dockerfiles for the build of containers regularly used by the #medbioinf. The main aim is to use them in workflows and pipelines and commonly have only one tool per Docker container.
The repo should not duplicate any work, but only holds Dockerfiles for tools which either don't have theri own (official) builds, are not available for current versions or need some tweaks in our pipelines, not provided by official containers.
All containers are hosted on quay.io at https://quay.io/organization/medbioinf
- under
./docker
, each folder represents one Docker image to build - each image needs one
Dockerfile
and thecontainer.sh
, which requires the environment variableCONTAINER_VERSION
and can be used to pass further information for the build of the container - the version number of the container should reflect the version of the original tool
- the images are build and pushed after a successful push to GitHub
Muir is gaelic for "sea", like a sea of containers.