az-api-stores (latest)
Published 2026-08-27 15:50:18 +00:00 by mrhid6
Installation
docker pull gitea.hostxtra.co.uk/azmarin/az-api-stores:latestsha256:a829b930783edbcecba66563bfd06e8b3c963983ee08a9791fc3c8605a5ae206
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1b68763ff2 | linux/amd64 | 40 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| RUN /bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends ca-certificates tzdata && rm -rf /var/lib/apt/lists/* && useradd -m -s /bin/bash AZAPI && mkdir -p /opt/Azmarin # buildkit |
| COPY --chown=AZAPI:AZAPI release/ /opt/Azmarin/ # buildkit |
| USER AZAPI |
| ENTRYPOINT ["/opt/Azmarin/az-api-stores"] |