Block a user
haven-notify (latest)
Installation
docker pull git.ivanch.me/ivanch/haven-notify:latestsha256:fa3f10c8e773787e31c44dc094366564ccd36366e3308a821dbe6e576c6f6015
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2011015c5c | linux/amd64 | 7.2 MiB |
| a266e92f23 | linux/arm64 | 7.2 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| WORKDIR /app |
| RUN /bin/sh -c apk --no-cache add ca-certificates && addgroup -S haven-notify && adduser -S -D -H -G haven-notify haven-notify # buildkit |
| COPY --chown=haven-notify:haven-notify /out/haven-notify /app/haven-notify # buildkit |
| EXPOSE [8080/tcp] |
| ENV WEBHOOK_URL= |
| USER haven-notify |
| ENTRYPOINT ["/app/haven-notify"] |