diff --git a/sourmash_plugin_branchwater/0.9.14/Dockerfile b/sourmash_plugin_branchwater/0.9.14/Dockerfile new file mode 100644 index 00000000..f80b67ce --- /dev/null +++ b/sourmash_plugin_branchwater/0.9.14/Dockerfile @@ -0,0 +1,30 @@ +# Base Image +FROM mambaorg/micromamba:ubuntu24.04 + +# Metadata +LABEL base.image="mambaorg/micromamba:ubuntu24.04" +LABEL version="1" +LABEL software="sourmash_plugin_branchwater" +LABEL software.version="0.9.14" +LABEL about.summary="Fast search and gather extensions for sourmash" +LABEL about.home="https://github.com/sourmash-bio/sourmash_plugin_branchwater" +LABEL about.documentation="https://github.com/sourmash-bio/sourmash_plugin_branchwater" +LABEL about.license="AGPL-3.0-only" +LABEL about.license_file="https://github.com/sourmash-bio/sourmash_plugin_branchwater?tab=AGPL-3.0-1-ov-file#readme" +LABEL about.tags="kmers, metagenomics" + +# Maintainer +LABEL maintainer="Danil Zilov