Block a user
wrenchlist/api (38ba9c4)
Published 2026-03-24 22:08:58 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:38ba9c4sha256:96c261b8b34412cdbf83cf500cd6f6d588fe39ebe4b2deabcc26f30882d5f180
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| /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:c9a5121db49e5b7789010594345309c8f1a8056e34bc7febaf485426223696b4 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"] |