Azmarin

az-frontend (v1.1.3)

Published 2026-09-11 22:00:56 +00:00 by mrhid6

Installation

docker pull gitea.hostxtra.co.uk/azmarin/az-frontend:v1.1.3
sha256:ff5293f1fe1f93512601b01e02bb4bc2fee16931b28bc7ca50d0d292de870717

Images

Digest OS / Arch Size
19b64a124a linux/amd64 386 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.8
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
WORKDIR /app
COPY ./backend/bin/server /app/server # buildkit
COPY ./frontend/dist /app/dist # buildkit
RUN /bin/sh -c chmod -R 777 /app # buildkit
EXPOSE [3000/tcp]
HEALTHCHECK {Test:[CMD-SHELL wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1] Interval:30s Timeout:10s StartPeriod:5s StartInterval:0s Retries:3}
ENTRYPOINT ["/app/server"]
Details
Container
2026-09-11 22:00:56 +00:00
1
OCI / Docker
Versions (46) View all
v1.1.3 2026-09-11
latest 2026-09-11
v1.1.2 2026-08-18
v1.1.1 2026-08-18
v1.1.0 2026-08-18