Block a user
jansgroceries/stockroom (992bad2)
Published 2026-03-24 20:55:13 +00:00 by tron
Installation
docker pull gitea.codewarp.org/tron/jansgroceries/stockroom:992bad2sha256:c6d3028a663f05eff681abb315789c236073c182044b03fd62ee5d356fff4429
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 && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c useradd --create-home --shell /bin/bash app |
| COPY file:809d9d15812a125c31d2caafdf93bdd92b5b6f2ebd6765cc91d36e9ca914b448 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"] |