suit-hub (stable)

Published 2026-06-05 16:59:45 +00:00 by orjinfinity

Installation

docker pull registry.odaxerp.com/orjinfinity/suit-hub:stable
sha256:9d50f64699f41aa91e5fa8edf68dba931aacdadff9d8c40ca536c5fff6b42394

Image Layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400'
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/suit-hub /usr/local/bin/suit-hub # buildkit
COPY /app/migrations /app/migrations # buildkit
ENV RUST_LOG=suit_hub=info,tower_http=info
EXPOSE [3500/tcp]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3500/health || exit 1"] "30s" "5s" "0s" "0s" '\x03'}
ENTRYPOINT ["/usr/local/bin/suit-hub"]
Details
Container
2026-06-05 16:59:45 +00:00
2
OCI / Docker
linux/arm64
52 MiB
Versions (3) View all