Azmarin

az-frontend (v1.0.37)

Published 2026-02-09 16:46:19 +00:00 by mrhid6

Installation

docker pull gitea.hostxtra.co.uk/azmarin/az-frontend:v1.0.37
sha256:91d9f507869ea6c4a5876b607ba3ca9549c6e1b1e35ea8b6f0592d6c242c6cc8

Images

Digest OS / Arch Size
adb5239d45 linux/amd64 348 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-09 16:46:19 +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