Block a user
wrenchlist/api (dd27b3c)
Published 2026-03-26 17:45:56 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:dd27b3csha256:8ad67637b38e1a8540aebaa3867265d319f531c049a57baa49848faf4c0276cb
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:dfea112fed3ef43193d661862a3c6d5422fa7207698cd2aaecb62bd3c8b6ec54 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"] |