paragon-core (sha256:07c744d8f23433ffda801c9b885e585d39e242dce7db9fd0ec3b1456e1f7254a)

Published 2026-05-18 22:10:46 +00:00 by stephen

Installation

docker pull rasterhub.com/rasterstate/paragon-core@sha256:07c744d8f23433ffda801c9b885e585d39e242dce7db9fd0ec3b1456e1f7254a
sha256:07c744d8f23433ffda801c9b885e585d39e242dce7db9fd0ec3b1456e1f7254a

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl tini && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* # buildkit
RUN /bin/sh -c useradd -r -s /bin/false paragon # buildkit
WORKDIR /app
RUN /bin/sh -c mkdir -p /app/data /app/keys && chown -R paragon:paragon /app # buildkit
COPY --chown=paragon:paragon /build/target/release/paragon-core /app/paragon-core # buildkit
USER paragon
EXPOSE [3000/tcp]
ENV RUST_LOG=info
HEALTHCHECK &{["CMD-SHELL" "curl -sf http://127.0.0.1:3000/health || exit 1"] "30s" "5s" "5s" "0s" '\x03'}
ENTRYPOINT ["/usr/bin/tini" "--" "/app/paragon-core"]
Details
Container
2026-05-18 22:10:46 +00:00
1
OCI / Docker
linux/amd64
45 MiB
Versions (311) View all