az-api-gateway (v1.0.43)
Published 2026-08-27 08:20:38 +00:00 by mrhid6
Installation
docker pull gitea.hostxtra.co.uk/azmarin/az-api-gateway:v1.0.43sha256:8b71e188b10924cc9ce0939fa887eb8d60de655f63fad86feccc47879a22fcae
Images
| Digest | OS / Arch | Size |
|---|---|---|
| e28f715f89 | linux/amd64 | 42 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-gateway"] |