Block a user
threaty (e305129)
Published 2026-06-26 15:48:05 +02:00 by plawn
Installation
docker pull git.konf.sh/plawn/threaty:e305129sha256:427b6a208f4bce691e136340e5b363e65f3ea0e9385fae2b501a853ee97c60e2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| cca47bea7f | 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"] |