Azmarin

az-gs (sha256:2ebec8c9ca3c120062194216c0b3edc99f92c54b7cdffcf63f62ff67645ce7df)

Published 2025-03-27 14:49:26 +00:00 by mrhid6

Installation

docker pull gitea.hostxtra.co.uk/azmarin/az-gs@sha256:2ebec8c9ca3c120062194216c0b3edc99f92c54b7cdffcf63f62ff67645ce7df
sha256:2ebec8c9ca3c120062194216c0b3edc99f92c54b7cdffcf63f62ff67645ce7df

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; rm -rf /var/lib/apt/lists/* # buildkit
ENV GOLANG_VERSION=1.24.1
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"]
Details
Container
2025-03-27 14:49:26 +00:00
4
OCI / Docker
linux/amd64
1.9 GiB
Versions (19) View all
v1.0.154 2025-09-27
latest 2025-09-27
v1.0.153 2025-07-08
v1.0.152 2025-05-30
v1.0.151 2025-05-30