Block a user
wrenchlist/api (cdf1df3)
Published 2026-03-27 19:09:26 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:cdf1df3sha256:14b556cb79848ca3a451ac2bada38343a8bd0f7aa321fcbd9208179068df60a9
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| /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:c4d66dd03b2f684dd0c5c5c1d04da215ccdc28e175359c780c13c708804d74cc 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"] |