Block a user
jansgroceries/stockroom (0d0b5a0)
Published 2026-03-26 03:52:53 +00:00 by tron
Installation
docker pull gitea.codewarp.org/tron/jansgroceries/stockroom:0d0b5a0sha256:019dff6682dc33e272a5687b2cb9249eceb0c9de946db96de1ccb68c672964ea
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:2eb5e1b5421e3edf1f061b7c66689535382ff24e3ef225c656275b93fdbfe1a8 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"] |