Block a user
jansgroceries/stockroom (4a4520f)
Published 2026-03-25 02:39:48 +00:00 by tron
Installation
docker pull gitea.codewarp.org/tron/jansgroceries/stockroom:4a4520fsha256:9c015c0051b59a5d8238d2d803bab62e508a3d4d2afa330013fd2501dab3b428
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:9fc7ebdcc680e3bb71e54180f5d46c604cfcfbcae8230b7a4ae51242eb6de61c in /usr/local/bin/ |
| COPY file:553abc493562e6faea953d29756129a2afb291d30698fd241a933022f215a977 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"] |