Block a user
jansgroceries/stockroom (aa2ac01)
Published 2026-04-22 18:03:22 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/jansgroceries/stockroom:aa2ac01sha256:c28359a7bda389723076187170df164ab2aac28d4f48a4303e6f18d69bf06e74
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| /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:d17b8f5e923ed6c62ec146d117e5eb1024b436d0eddaaf6ea437682fd28aff59 in /usr/local/bin/ |
| COPY file:317291333496cc31c88eed0056c4f2be416fc6c7b4369b391194591fb77c5328 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"] |