triage360-server (1.0.0)

Published 2025-12-03 18:34:49 +00:00 by matthew

Installation

docker pull git.opcodes.dev/matthew/triage360-server:1.0.0
sha256:5526e0d50155b628c39067ae0fd4263bffbb71fbfbc1101f3ecfdba39adac44e

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'
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-12-03 18:34:49 +00:00
1
OCI / Docker
linux/amd64
293 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