Azmarin

az-frontend (v1.0.45)

Published 2026-02-23 15:02:11 +00:00 by mrhid6

Installation

docker pull gitea.hostxtra.co.uk/azmarin/az-frontend:v1.0.45
sha256:b36fa70fc834ae97c285481641c57c91505f90269781d4e0c94c85fd145e283c

Images

Digest OS / Arch Size
e4fbc3429e linux/amd64 370 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400'
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.25.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
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 &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1"] "30s" "10s" "5s" "0s" '\x03'}
ENTRYPOINT ["/app/server"]
Details
Container
2026-02-23 15:02:11 +00:00
0
OCI / Docker
Versions (36) View all
latest 2026-03-19
v1.0.51 2026-03-19
v1.0.50 2026-02-24
v1.0.49 2026-02-24
v1.0.48 2026-02-24