rusthooks (sha256:92ba78c0d1f49de099aca2f1555d733dac8ec9f6a9043335ec45418234ccc4ae)

Published 2026-08-24 09:24:11 +00:00 by emma

Installation

docker pull git.wallpen.com/wallpen/rusthooks@sha256:92ba78c0d1f49de099aca2f1555d733dac8ec9f6a9043335ec45418234ccc4ae
sha256:92ba78c0d1f49de099aca2f1555d733dac8ec9f6a9043335ec45418234ccc4ae

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'
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 {Test:[CMD-SHELL curl -f http://localhost:8000/health || exit 1] Interval:2m0s Timeout:3s StartPeriod:5s StartInterval:0s Retries:3}
CMD ["./rusthooks"]

Labels

Key Value
org.opencontainers.image.created 2026-08-24T09:23:21.522Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 9bd5b4afe14bb65f6697a70f35db934749dcac19
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-08-24 09:24:11 +00:00
1
OCI / Docker
linux/amd64
43 MiB
Versions (14) View all