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 0c5f882 commit e5ac5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5ac5be

Please sign in to comment.