diff --git a/Dockerfile b/Dockerfile index 5dafafa..549908e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,15 @@ FROM alpine:3.14.3 +LABEL base.image="alpine:3.14.3" +LABEL software="NanoSim" +LABEL software.version="3.0.2" +LABEL dockerfile.version="3" +LABEL description="Fast and scalable read simulator that captures the technology-specific features of ONT data." +LABEL website="https://github.com/bcgsc/NanoSim" +LABEL license="https://github.com/bcgsc/NanoSim/blob/master/LICENSE" +LABEL maintainer="Thomas A. Christensen II" +LABEL maintainer.email="25492070+MillironX@users.noreply.github.com" + ARG NANOSIM_VERSION=3.0.2 ARG MINIMAP2_VERSION=2.18 ARG LAST_VERSION=916 diff --git a/README.md b/README.md index 33bdc9a..ff05cae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Container source](https://img.shields.io/static/v1?label=Container%20Source&message=GitHub&color=lightgrey&logo=github&style=flat-square)](https://github.com/MillironX/singularity-builds/tree/nanosim) [![NanoSim source](https://img.shields.io/static/v1?label=NanoSim%20Source&message=GitHub&color=lightgrey&logo=github&style=flat-square)](https://github.com/bcgsc/NanoSim) -[![Version 3.0.2](https://img.shields.io/static/v1?label=Latest%20version&message=1.99.2&color=yellowgreen&logo=linuxcontainers&style=flat-square)](https://cloud.sylabs.io/library/millironx/default/nanosim) +[![Version 3.0.2](https://img.shields.io/static/v1?label=Latest%20version&message=3.0.2&color=yellowgreen&logo=linuxcontainers&style=flat-square)](https://cloud.sylabs.io/library/millironx/default/nanosim) [![Docs](https://img.shields.io/static/v1?label=Docs&message=README&color=blue&style=flat-square)](https://github.com/bcgsc/NanoSim/blob/master/README.md) [![Alpine base](https://img.shields.io/static/v1?label=Base%20image&message=Alpine&color=0d597f&logo=alpinelinux&style=flat-square)](https://www.alpinelinux.org/)