Skip to content

Commit

Permalink
build: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 16, 2023
1 parent e5ac5be commit 5b3c4ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ ARG BUILD_ARG=0
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.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.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"

# let docker know how to test container health
HEALTHCHECK CMD chronyc tracking || exit 1
Expand Down

0 comments on commit 5b3c4ef

Please sign in to comment.