ritual-engine (sha256:fd2875b33d27af12cb57c0e5bc6cd9b95c2ead1f6c4dfc6358b9fcdd3f27a507)

Published 2026-04-02 00:05:57 +00:00 by peterswimm

Installation

docker pull git.toilville.dev/toilville/ritual-engine@sha256:fd2875b33d27af12cb57c0e5bc6cd9b95c2ead1f6c4dfc6358b9fcdd3f27a507
sha256:fd2875b33d27af12cb57c0e5bc6cd9b95c2ead1f6c4dfc6358b9fcdd3f27a507

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 libpq5 curl && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /build/target/release/rituals /app/ # buildkit
COPY /build/target/release/ritual-consumer /app/ # buildkit
COPY migrations/ /app/migrations/ # buildkit
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8081/health || exit 1"] "10s" "5s" "0s" "0s" '\x03'}
CMD ["./rituals"]

Labels

Key Value
org.opencontainers.image.created 2026-04-02T00:00:52Z
org.opencontainers.image.revision 69cab07323e0ab70ce22b1471c036817be6c3ac0
org.opencontainers.image.source https://git.toilville.dev/Toilville/spel.git
org.opencontainers.image.url https://git.toilville.dev/Toilville/spel
Details
Container
2026-04-02 00:05:57 +00:00
1
OCI / Docker
linux/amd64
52 MiB
Versions (3) View all
staging 2026-04-02
69cab073 2026-04-02
6efeb607 2026-04-01