Azmarin

az-api-gateway (v1.0.38)

Published 2026-08-26 09:32:01 +00:00 by mrhid6

Installation

docker pull gitea.hostxtra.co.uk/azmarin/az-api-gateway:v1.0.38
sha256:3d154ea87c7281625503760e9932833fba1e3d5a2658e1d0efcb0dc5bd7afee4

Images

Digest OS / Arch Size
386bb71e5a linux/amd64 361 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; dpkgArch="$(dpkg --print-architecture)"; if [ "$dpkgArch" = 'arm64' ]; then apt-get install -y --no-install-recommends binutils-gold; fi; rm -rf /var/lib/apt/lists/* # buildkit
ENV GOLANG_VERSION=1.26.7
ENV GOTOOLCHAIN=local
ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY /target/ / # buildkit
RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit
WORKDIR /go
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get -qq update -y && apt-get -qq install apt-utils wget curl -y && mkdir /opt/Azmarin && useradd -m -s /bin/bash AZAPI # buildkit
COPY entry.sh / # buildkit
COPY release/* /opt/Azmarin/ # buildkit
RUN /bin/sh -c chmod 777 /entry.sh && chown -R AZAPI:AZAPI /opt/Azmarin && chmod -R 777 /opt/Azmarin # buildkit
ENTRYPOINT ["/entry.sh"]
Details
Container
2026-08-26 09:32:01 +00:00
1
OCI / Docker
Versions (44) View all
latest 2026-09-10
v1.0.44 2026-09-10
buildcache 2026-09-10
v1.0.43 2026-08-27
v1.0.42 2026-08-27