Block a user
wrenchlist/api (dccfc19)
Published 2026-03-26 16:08:19 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:dccfc19sha256:10cd139fa772dbab30415c47aa8c93e7c4661e3b64adce02441e83b629203a7c
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:56462103246faa14b6157e2ebb8d2428f623441de742225b5c40550f327bb9ed 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"] |