Azmarin

az-frontend (v1.0.52)

Published 2026-04-13 12:53:35 +00:00 by mrhid6

Installation

docker pull gitea.hostxtra.co.uk/azmarin/az-frontend:v1.0.52
sha256:1d12de363e69026fd8334cc13a0ea71605f723906e026fd88231a6dbfe9726c7

Images

Digest OS / Arch Size
7be98c34bb linux/amd64 378 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'
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.9
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-04-13 12:53:35 +00:00
0
OCI / Docker
Versions (37) View all
v1.0.52 2026-04-13
latest 2026-04-13
v1.0.51 2026-03-19
v1.0.50 2026-02-24
v1.0.49 2026-02-24