Block a user
wrenchlist/api (36fe069)
Published 2026-03-24 19:53:56 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:36fe069sha256:f7db2e0dbd9af49a9c84738ab7fed55267265ae8add0a148f195b44b9d885301
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:ad18363bfa7c534fddac8704495fe991d86ff18a13474265b2b41682eb133806 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"] |