Block a user
wrenchlist/api (03984af)
Published 2026-03-25 09:22:18 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:03984afsha256:2c5cac9ccfd328648c37cb6348145fcb4597cae72fad50ae5252fb60120e6ee9
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:2a5a0fdb891166e3a0129e94148cfd1b04242fe5a2e8597a8ea8ccf5678e90bb 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"] |