Block a user
wrenchlist/api (6e03f8e)
Published 2026-03-31 15:00:48 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:6e03f8esha256:1624392d0ab5f342d4f97a47461c48902ae4e90e15c1edf8f05599f608ce9f17
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:4ba66926517b8587e08ac3f6b7fd722cb6f6307967984f4c63740f1742a4444a 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"] |