Block a user
jansgroceries/stockroom (cf55228)
Published 2026-03-24 20:21:08 +00:00 by tron
Installation
docker pull gitea.codewarp.org/tron/jansgroceries/stockroom:cf55228sha256:7b6b36277e615ce08ea55d6ef224bf56099eb069068e1149c85cb04d20b652ca
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 && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c useradd --create-home --shell /bin/bash app |
| COPY file:5f3e07e9ee79f0420f205dbc6635e7d477dcc022ca5f3d8c1a8709ae4d08cd03 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"] |