• Joined on 2026-03-10

threaty (3154bb5)

Published 2026-07-01 14:11:26 +02:00 by plawn

Installation

docker pull git.konf.sh/plawn/threaty:3154bb5
sha256:05a726e764c0f7f12fb0821c28832aec2045e8bd229d8afead542779d06af2d1

Images

Digest OS / Arch Size
1b36faff9c 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 [8080/tcp]
ENV RUST_LOG=info
ENV THREATY_FRONTEND_DIR=/app/frontend/dist
CMD ["/app/threaty-server"]
Details
Container
2026-07-01 14:11:26 +02:00
2
OCI / Docker
Versions (21) View all
e19b755 2026-07-02
latest 2026-07-02
buildcache 2026-07-02
3352066 2026-07-01
ca715ed 2026-07-01