rusthooks (sha256:b36d6bf922bcc4b48a53e7376520f9c2b04baccb27c36ebed7f97de18cf21f06)

Published 2026-05-12 06:57:36 +00:00 by emma

Installation

docker pull git.wallpen.com/wallpen/rusthooks@sha256:b36d6bf922bcc4b48a53e7376520f9c2b04baccb27c36ebed7f97de18cf21f06
sha256:b36d6bf922bcc4b48a53e7376520f9c2b04baccb27c36ebed7f97de18cf21f06

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 libpq5 curl && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd -m -u 1001 appuser # buildkit
WORKDIR /app
COPY /app/target/release/rusthooks . # buildkit
COPY /app/migrations ./migrations/ # buildkit
RUN /bin/sh -c chown -R appuser:appuser /app # buildkit
USER appuser
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/health || exit 1"] "2m0s" "3s" "5s" "0s" '\x03'}
CMD ["./rusthooks"]

Labels

Key Value
org.opencontainers.image.created 2026-05-12T06:56:45.739Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision aa4206cce925d3feec423e69cf28b9b38a5bec2e
org.opencontainers.image.source https://git.wallpen.com/wallPen/rusthooks
org.opencontainers.image.title rusthooks
org.opencontainers.image.url https://git.wallpen.com/wallPen/rusthooks
org.opencontainers.image.version master
Details
Container
2026-05-12 06:57:36 +00:00
1
OCI / Docker
linux/amd64
43 MiB
Versions (5) View all