paragon-core (sha256:ef8f6cb8f0ec26f56ac100593c1b293b51da94b1be55be0bb33bc969e465507d)

Published 2026-06-13 02:52:04 +00:00 by stephen

Installation

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

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'
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
COPY --chown=paragon:paragon /build/target/release/seed-reviewer-demo /app/seed-reviewer-demo # buildkit
COPY --chown=paragon:paragon /build/target/release/teardown-reviewer-demo /app/teardown-reviewer-demo # buildkit
USER paragon
EXPOSE [3000/tcp]
ENV RUST_LOG=info
HEALTHCHECK {Test:[CMD-SHELL curl -sf http://127.0.0.1:3000/health || exit 1] Interval:30s Timeout:5s StartPeriod:5s StartInterval:0s Retries:3}
ENTRYPOINT ["/usr/bin/tini" "--" "/app/paragon-core"]
Details
Container
2026-06-13 02:52:04 +00:00
1
OCI / Docker
linux/amd64
56 MiB
Versions (311) View all