Block a user
torqueref/api (23d74b3)
Published 2026-04-01 19:12:07 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/torqueref/api:23d74b3sha256:a2fadc47d616bae5ccdc0081d350fd85e1ed933a2e0c9fb1689f206a090867cf
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 libssl3 && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c useradd -r -s /bin/false app |
| COPY file:74309f81333cf87fbb88d9b190cd037b813645d2334e13c36f27f699fda8016e 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"] |