• Joined on 2026-03-10

threaty (bc7315b)

Published 2026-07-18 00:19:15 +02:00 by plawn

Installation

docker pull git.konf.sh/plawn/threaty:bc7315b
sha256:fa1a99b084338b33586be1081a5d65fd445fbd4d929e170cf5d36eed8cf37ec8

Images

Digest OS / Arch Size
2e8c431ec7 linux/amd64 20 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/docker/threaty-server /app/threaty-server # buildkit
COPY /app/frontend/dist/ /app/frontend/dist/ # buildkit
COPY application.yaml /app/application.yaml # buildkit
COPY config/ /app/config/ # buildkit
EXPOSE [3000/tcp]
ENV RUST_LOG=info
ENV THREATY_FRONTEND_DIR=/app/frontend/dist
HEALTHCHECK {Test:[CMD-SHELL wget -q --spider http://127.0.0.1:3000/health || exit 1] Interval:30s Timeout:5s StartPeriod:30s StartInterval:0s Retries:3}
CMD ["/app/threaty-server"]
Details
Container
2026-07-18 00:19:15 +02:00
0
OCI / Docker
Versions (50) View all
buildcache 2026-09-06
c968663 2026-09-06
latest 2026-09-06
db4660a 2026-08-27
a786026 2026-08-26