• Joined on 2026-03-10

threaty (40f8887)

Published 2026-06-30 14:11:39 +02:00 by plawn

Installation

docker pull git.konf.sh/plawn/threaty:40f8887
sha256:f0272af8100de7a4da38df1e3b526b02c98adc1553bed98f9d3b6506c9a9d96c

Images

Digest OS / Arch Size
29edfaa6df linux/amd64 19 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"]
Details
Container
2026-06-30 14:11:39 +02:00
0
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