triage360-server (1.0.2)

Published 2026-01-12 22:41:09 +00:00 by matthew

Installation

docker pull git.opcodes.dev/matthew/triage360-server:1.0.2
sha256:0e840a7efeaea544be5c2fbe66ffc94f2a1d58c666b7dfa14cc621338b178ea6

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1766966400'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y libssl-dev libpq-dev weasyprint && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/target/release/heartbeat . # buildkit
COPY /app/templates ./templates # buildkit
ENTRYPOINT ["/app/heartbeat"]
Details
Container
2026-01-12 22:41:09 +00:00
1
OCI / Docker
linux/amd64
299 MiB
Versions (17) View all
1.0.2 2026-01-12
1.0.1 2025-12-19
1.0.0 2025-12-03
0.5.1 2025-10-22
0.5.0 2025-10-18