Block a user
wrenchlist/api (32e4fb4)
Published 2026-03-26 04:11:32 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:32e4fb4sha256:77d775726390a6f28d3f96058f7272dc38800e626c66b4b7be8f4c3cec8bd181
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:0f0d2e0bd592aeea4d970c41724c7f30ae04ae1c37423f9c327d8555971eb86b 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"] |