• Joined on 2025-11-02

collect-server (latest)

Published 2026-02-20 13:27:06 +01:00 by mat

Installation

docker pull git.mialemrobicnic.pl/mat/collect-server:latest
sha256:f520feb7c116a8a77a5ce2226198698ec2abbe9659f32f45430180cbb9c7df55

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/target/release/collect-server /usr/local/bin/ # buildkit
ENV DATA_DIR=/data
ENV RUST_LOG=info
EXPOSE map[8000/tcp:{}]
VOLUME [/data]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/health || exit 1"] "30s" "10s" "10s" "0s" '\x03'}
CMD ["collect-server"]
Details
Container
2026-02-20 13:27:06 +01:00
27
OCI / Docker
linux/amd64
36 MiB
Versions (1) View all
latest 2026-02-20