Block a user
wrenchlist/api (2c65c9d)
Published 2026-03-27 20:01:49 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/wrenchlist/api:2c65c9dsha256:4816996d7f7b6d0466f502109438d08a39e717c75cddaf8ec3c27f008c7d9605
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| /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:68c88a5583858400bf163912b5d7a03572274f8ce5dfeff1401ad902a4d1ffac 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"] |