az-gs (sha256:1abe3fcb38b705b07ff347794a983b814a77bc4a76d646ead1581e3e34480026)
Published 2025-09-27 16:09:08 +00:00 by mrhid6
Installation
docker pull gitea.hostxtra.co.uk/azmarin/az-gs@sha256:1abe3fcb38b705b07ff347794a983b814a77bc4a76d646ead1581e3e34480026sha256:1abe3fcb38b705b07ff347794a983b814a77bc4a76d646ead1581e3e34480026Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1757289600' |
| 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.24.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 upgrade -y && apt-get -qq install apt-utils wget curl unzip -y && mkdir -p /azmarin/server /azmarin/app && useradd -m -s /bin/bash AZGameServer # buildkit |
| COPY gamerelease/* /azmarin/server/ # buildkit |
| COPY DockerScripts/* / # buildkit |
| RUN /bin/sh -c ls -l / # buildkit |
| RUN /bin/sh -c unzip /azmarin/server/Azmarin_Server.zip -d /azmarin/server && chown -R AZGameServer:AZGameServer /azmarin && chmod -R 777 /azmarin && chmod 777 /entry.sh # buildkit |
| ENTRYPOINT ["/entry.sh"] |