triage360-server (0.1.1)

Published 2025-09-02 16:08:18 +00:00 by matthew

Installation

docker pull git.opcodes.dev/matthew/triage360-server:0.1.1
sha256:91e18016817426495d837dd4057657b1be8a8f6943646911e6b384e509fb101e

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y libssl-dev libpq-dev && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/target/release/heartbeat . # buildkit
COPY /app/templates ./templates # buildkit
ENTRYPOINT ["/app/heartbeat"]
Details
Container
2025-09-02 16:08:18 +00:00
1
OCI / Docker
linux/amd64
72 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