Block a user
wrenchlist/api (63475da)
Published 2026-03-24 21:20:12 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:63475dasha256:24292dd937dbf4e8cfb186df2532822639435dd0fc7429f922ba95eda5a2e855
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:0f41f6e8b140bc6f841ecb053eb7ac0cbca4b80a20fc6827403a9ac4a113aad8 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"] |