Block a user
wrenchlist/api (cf6c1d0)
Published 2026-03-25 17:11:09 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:cf6c1d0sha256:635d8eb5cfdf6018d194d768a46c779524d3d6346cc293bfafcff4668312c842
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:f7ff1a3cbc7c868218ea4ecbbf3b733395e1b9d3c9fda43ded57f3aaf37745b7 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"] |