diff --git a/Dockerfile b/Dockerfile index 20e8a79..cfd9f0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,12 +23,13 @@ ARG VERSION_ARG="0.0" ENV VERSION=$VERSION_ARG LABEL org.opencontainers.image.title=Chrony +LABEL org.opencontainers.image.licenses=MIT 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.url=https://hub.docker.com/r/dockurr/chrony/ LABEL org.opencontainers.image.source=https://github.com/dockur/chrony/ -LABEL org.opencontainers.image.description=chronyd NTP server +LABEL org.opencontainers.image.description=Chronyd NTP server # let docker know how to test container health HEALTHCHECK CMD chronyc tracking || exit 1