vigil (0.1.0)

Published 2026-06-17 23:51:15 +02:00 by fpallas in fpallas/vigil

Installation

docker pull forgejo.fpallas.dev/fpallas/vigil:0.1.0
sha256:6c8e962867ec758956eab06de107a4953a19aae515dc639bc0d1bd4b338eff8c

About this package

Self-hosted service uptime monitoring

Image layers

ARG VERSION
ARG COMMIT VERSION
ARG BUILD_DATE COMMIT VERSION
LABEL org.opencontainers.image.title="Vigil"
LABEL org.opencontainers.image.description="Self-hosted service uptime monitoring"
LABEL org.opencontainers.image.url="https://forgejo.fpallas.dev/fpallas/vigil"
LABEL org.opencontainers.image.source="https://forgejo.fpallas.dev/fpallas/vigil"
LABEL org.opencontainers.image.version="${VERSION}"
LABEL org.opencontainers.image.revision="${COMMIT}"
LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.licenses="MIT"
COPY multi:e4ac29657399a950a98bdcb7992214a753d66c3018ad6912cb682bf20bd309f6 in /etc/
COPY file:a4d0f6fb85f6e3245f9b88f0fd16446dc30bfae72d53d47de04030600f821b79 in /etc/ssl/certs/
COPY file:f39ed0d4706b258beca72b146f28140e99e0709ada51554e8b1fd6836beb158d in /bin/vigil
ENV DATABASE_URL="sqlite:/data/vigil.db?mode=rwc"
ENV RUST_LOG="info"
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
VOLUME ["/data"]
WORKDIR /tmp
WORKDIR /data
EXPOSE 8080
ENTRYPOINT ["/bin/vigil"]
CMD ["aio"]

Labels

Key Value
io.buildah.version 1.28.2
org.opencontainers.image.created 2026-06-17T21:47:05Z
org.opencontainers.image.description Self-hosted service uptime monitoring
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision ed925595f7bac9db79f7d6e2ef624711b4146989
org.opencontainers.image.source https://forgejo.fpallas.dev/fpallas/vigil
org.opencontainers.image.title Vigil
org.opencontainers.image.url https://forgejo.fpallas.dev/fpallas/vigil
org.opencontainers.image.version 0.1.0
Details
Container
2026-06-17 23:51:15 +02:00
0
OCI / Docker
linux/amd64
MIT
8.9 MiB
Versions (4) View all
latest 2026-07-17
0.1.2 2026-07-17
0.1.1 2026-07-17
0.1.0 2026-06-17