sentinel (latest)
Published 2026-04-06 23:19:32 +00:00 by nosignal
Installation
docker pull git.no-signal.uk/nosignal/sentinel:latestsha256:3fbef7ce5a55269f08f69eea1ba7654fce8dab6b11cb1ff2a8573942c8fb9f69Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates sqlite3 curl && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /app/sentinel . # buildkit |
| COPY hooks/ /hooks/ # buildkit |
| RUN /bin/sh -c chmod +x /hooks/* # buildkit |
| RUN /bin/sh -c mkdir -p /storage # buildkit |
| EXPOSE [80/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost/up || exit 1"] "30s" "3s" "0s" "0s" '\x00'} |
| CMD ["./sentinel"] |