Block a user
torqueref/api (7dda354)
Published 2026-04-01 17:57:13 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/torqueref/api:7dda354sha256:895aaa966b585d6dc7665a47f6c0bc04226ae6b55c78b6c057a44d6e72e8de2a
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 libssl3 && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c useradd -r -s /bin/false app |
| COPY file:e6aead0c80ee347009db64360c4323582d0da557b125bfbea5c06a5ec741a521 in /usr/local/bin/torqueref-api |
| USER app |
| EXPOSE 8080 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "15s" "5s" "5s" "0s" '\x03'} |
| ENTRYPOINT ["torqueref-api"] |