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 7f28d10 commit 67ebc2f
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 @@ -57,14 +57,14 @@ ARG BUILD_ARG=0
ARG VERSION_ARG="0.0"
ENV VERSION=$VERSION_ARG

LABEL org.opencontainers.image.title=Munin
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.title="Munin"
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/munin/
LABEL org.opencontainers.image.source=https://github.com/dockur/munin/
LABEL org.opencontainers.image.description=Munin master server with rrdcache and fcgi
LABEL org.opencontainers.image.url="https://hub.docker.com/r/dockurr/munin/"
LABEL org.opencontainers.image.source="https://github.com/dockur/munin/"
LABEL org.opencontainers.image.description="Munin master server with rrdcache and fcgi"

# Healthcheck
HEALTHCHECK --interval=60s --retries=2 --timeout=10s CMD wget -nv -t1 --spider 'http://localhost:80/munin/' || exit 1
Expand Down

0 comments on commit 67ebc2f

Please sign in to comment.