Block a user
jansgroceries/stockroom (cecea75)
Published 2026-03-26 18:03:36 +00:00 by tron
Installation
docker pull gitea.codewarp.org/tron/jansgroceries/stockroom:cecea75sha256:5e8ed1fbc845c58851fe412d2b90787a415a511cc6610674be0af7ca4bce0f36
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 curl tesseract-ocr tesseract-ocr-eng && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c useradd --create-home --shell /bin/bash app |
| COPY file:3afffaee6282c269761217e23e963eb09929a649d25ce5d06792e97eaff9edf8 in /usr/local/bin/ |
| COPY file:dc935270278ce9842051fca9667ad257d40b8b5f76d5aa7b58e805c9b2a16158 in /usr/local/bin/ |
| EXPOSE 3050 |
| USER app |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3050/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| CMD ["stockroom-api"] |