Block a user
wrenchlist/api (0633d15)
Published 2026-03-26 14:41:04 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:0633d15sha256:bcfe9684b39ed3833cf5c1c8de4d88f7a1720291e3e608416f83a7a2cd4825e7
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:8a119e216cee41557a3d2e57e91d8355cc9326cde7f17c2ab7906cff1e0d7de8 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"] |