Block a user
threaty (a511da8)
Published 2026-06-29 00:57:25 +02:00 by plawn
Installation
docker pull git.konf.sh/plawn/threaty:a511da8sha256:6dedaa4a737f833e95dc8546c5e86b1e89549d912733a7665ac4decd004af370
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1edd4c74c4 | 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"] |