Block a user
threaty (69cf4a9)
Published 2026-06-28 00:34:39 +02:00 by plawn
Installation
docker pull git.konf.sh/plawn/threaty:69cf4a9sha256:5117358cc3bbe6ae5aae7def38812c17ab7edcf785e15916880042af7e3479db
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 8751da2d70 | linux/amd64 | 18 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache libpq ca-certificates git libgcc # buildkit |
| WORKDIR /app |
| COPY /app/target/release/threaty-server /app/threaty-server # buildkit |
| COPY application.yaml /app/application.yaml # buildkit |
| COPY config/ /app/config/ # buildkit |
| EXPOSE [8080/tcp] |
| ENV RUST_LOG=info |
| CMD ["/app/threaty-server"] |