Block a user
jansgroceries/stockroom (95718a1)
Published 2026-03-25 13:10:10 +00:00 by tron
Installation
docker pull gitea.codewarp.org/tron/jansgroceries/stockroom:95718a1sha256:bb5c3d7bd34b60a0ec8c35bd8b39e7a88e88ae226b0e2dd023b8a10bfa3012d2
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:2c48a2866e3d519f6b25a1702cc190f6b46bea234726a964cf341f181d73cada 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"] |