sourmash-bio / branchwater

Searching large collections of sequencing data with genome-scale queries
https://branchwater.sourmash.bio
Other
6 stars 2 forks source link

Publish images for branchwater components #19

Open luizirber opened 4 months ago

luizirber commented 4 months ago

After #4 is merged tag a new release and start publishing images, to make it easier to external projects to bring up/expand on branchwater

Questions:

hoelzer commented 4 months ago

That's great!

In my experience, https://hub.docker.com is good. If you need help, we have some GitHub Actions to automatically prepare and push a Docker image to DockerHub. It's relatively simple, most times we install a tool via (bio)conda in the container and then have an Git Hub action that builds everything and connects to DockerHub via GitHub Secrets. At least I could provide some example code, if needed.