Block a user
wrenchlist/api (384dd22)
Published 2026-03-25 20:25:47 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:384dd22sha256:09c48ae6318a2b0c883d3372b6e5b85093fd5ce441d3f6c35456f0da1cfca125
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| /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:91ba3cf9365236c0aceaa267ec2314c4ba8bca063708f1ee538e812c31b34490 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"] |