Block a user
wrenchlist/api (latest)
Published 2026-04-30 19:53:48 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:latestsha256:62e0663e5a2a18ae808062d97a08393d2a085d5cf9c84fff236091e36c253feb
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c useradd --create-home --shell /bin/bash app |
| COPY file:489a8e150b5122906235452aaa772d38de54b226284b19f701c6172f87881b4e in /usr/local/bin/wrenchlist |
| EXPOSE 8000 |
| USER app |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/api/health || exit 1"] "30s" "5s" "5s" "0s" '\x03'} |
| CMD ["wrenchlist" "serve"] |