ritual-engine (sha256:431f10cb4a43cb6518cf95d61331975a89847adb6d2593ff6038d88b3257a227)

Published 2026-04-01 14:40:21 +00:00 by peterswimm

Installation

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

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-01T14:35:48Z
org.opencontainers.image.revision 6efeb607e7ce88f8f73f67a0b141e257035a563f
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-01 14:40:21 +00:00
0
OCI / Docker
linux/amd64
52 MiB
Versions (3) View all
staging 2026-04-02
69cab073 2026-04-02
6efeb607 2026-04-01