Block a user
wrenchlist/api (fef94f0)
Published 2026-03-27 20:13:35 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:fef94f0sha256:47f84b3236215fc09b9b83c6b3a9a1e49b0f5bc624e9ff756385cd3e9f791def
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:f40b4b5cde9eab981fad57716d516d17c57691476c6d7ac9371f8b91de3f3fc1 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"] |