triage360-server (0.4.0)

Published 2025-10-12 20:43:38 +00:00 by matthew

Installation

docker pull git.opcodes.dev/matthew/triage360-server:0.4.0
sha256:54cde604f27c04e20ff55a768cd975176836f3947281230044b4a980a8d5830b

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1759104000'
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
2025-10-12 20:43:38 +00:00
1
OCI / Docker
linux/amd64
295 MiB
Versions (15) View all
1.0.0 2025-12-03
0.5.1 2025-10-22
0.5.0 2025-10-18
0.4.1 2025-10-12
0.4.0 2025-10-12