sentinel (latest)

Published 2026-04-06 23:19:32 +00:00 by nosignal

Installation

docker pull git.no-signal.uk/nosignal/sentinel:latest
sha256:3fbef7ce5a55269f08f69eea1ba7654fce8dab6b11cb1ff2a8573942c8fb9f69

Image 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"]
Details
Container
2026-04-06 23:19:32 +00:00
0
OCI / Docker
linux/amd64
43 MiB
Versions (1) View all
latest 2026-04-06