• Joined on 2025-11-02

collect-server (latest)

Published 2026-04-24 11:31:07 +02:00 by mat

Installation

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

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'
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-04-24 11:31:07 +02:00
40
OCI / Docker
linux/amd64
36 MiB
Versions (1) View all
latest 2026-04-24