Block a user
threaty (43e454f)
Published 2026-06-29 18:02:08 +02:00 by plawn
Installation
docker pull git.konf.sh/plawn/threaty:43e454fsha256:ccfd2c52750f50823ebe26fcd5f6b8543de5ba2171ed551c863470467fa861d5
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f89a051b55 | 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"] |