From e4de05ce883d73b93c9637fff04ba1644ef155f2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 16 Oct 2023 16:51:23 +0200 Subject: [PATCH] build: Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8d0b7bf..8749256 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,11 +57,14 @@ ARG BUILD_ARG=0 ARG VERSION_ARG="0.0" ENV VERSION=$VERSION_ARG +LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.title=VirtualDSM LABEL org.opencontainers.image.created=${DATE_ARG} LABEL org.opencontainers.image.revision=${BUILD_ARG} LABEL org.opencontainers.image.version=${VERSION_ARG} LABEL org.opencontainers.image.source=https://github.com/kroese/virtual-dsm/ LABEL org.opencontainers.image.url=https://hub.docker.com/r/kroese/virtual-dsm/ +LABEL org.opencontainers.image.description=Virtual DSM in a docker container HEALTHCHECK --interval=60s --retries=2 CMD /run/check.sh