Skip to content

Commit

Permalink
Update docker-autoheal.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight authored Jan 11, 2024
1 parent de56207 commit 2b02700
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/docker-autoheal.dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
FROM cgr.dev/chainguard/wolfi-base:latest

ARG BIN_VER

COPY ./bin/docker-autoheal-musl_${BIN_VER} /docker-autoheal

HEALTHCHECK --interval=5s \
CMD pgrep -f docker-autoheal || exit 1

ENTRYPOINT ["/docker-autoheal"]

0 comments on commit 2b02700

Please sign in to comment.