Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ ARG JENKINS_VERSION=2.549

ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/jenkins.sh"]

HEALTHCHECK --interval=10s --timeout=5s --start-period=5m --retries=3 CMD curl -f http://localhost:8080/health || exit 1

# metadata labels
LABEL \
org.opencontainers.image.vendor="Jenkins project" \
Expand Down
2 changes: 2 additions & 0 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ ARG JENKINS_VERSION=2.549

ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/jenkins.sh"]

HEALTHCHECK --interval=10s --timeout=5s --start-period=5m --retries=3 CMD curl -f http://localhost:8080/health || exit 1

# metadata labels
LABEL \
org.opencontainers.image.vendor="Jenkins project" \
Expand Down
2 changes: 2 additions & 0 deletions rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ ARG JENKINS_VERSION=2.549

ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/jenkins.sh"]

HEALTHCHECK --interval=10s --timeout=5s --start-period=5m --retries=3 CMD curl -f http://localhost:8080/health || exit 1

# metadata labels
LABEL \
org.opencontainers.image.vendor="Jenkins project" \
Expand Down