Block a user
jansgroceries/stockroom (504dfe8)
Published 2026-03-26 21:08:10 +00:00 by tron
Installation
docker pull gitea.codewarp.org/tron/jansgroceries/stockroom:504dfe8sha256:a3f45d931d0c1282b27c7e26f8fda329a4cd3bcff0c7ee53c9ae163805034ac4
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| /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:aa87e4361975e4eb8c4b1e29f0cd71ec05f6206f0b92e56a864df0ce57e4b309 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"] |