Nils Stinnesbeck nils
  • Mechernich
  • Joined on 2025-09-27

ac-wotlk-client-data (master)

Published 2026-09-06 22:11:50 +00:00 by nils

Installation

docker pull git.stinnesbeck.com/nils/ac-wotlk-client-data:master
sha256:9d1a52c2bfa5f816caad5260e132d5e192177f30ced64c622e6be46dc37e09f9

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in /
CMD ["/bin/bash"]
ARG TZ=Etc/UTC
ARG DOCKER=1
ARG DEBIAN_FRONTEND=noninteractive
ENV AC_FORCE_CREATE_DB=1
RUN |3 TZ=Etc/UTC DOCKER=1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -pv /azerothcore/bin /azerothcore/data /azerothcore/deps /azerothcore/env/dist/bin /azerothcore/env/dist/data/Cameras /azerothcore/env/dist/data/dbc /azerothcore/env/dist/data/maps /azerothcore/env/dist/data/mmaps /azerothcore/env/dist/data/vmaps /azerothcore/env/dist/logs /azerothcore/env/dist/temp /azerothcore/env/dist/etc /azerothcore/modules /azerothcore/src /azerothcore/build # buildkit
RUN |3 TZ=Etc/UTC DOCKER=1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends tzdata ca-certificates && ln -snf "/usr/share/zoneinfo/$TZ" /etc/localtime && echo "$TZ" > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /azerothcore
LABEL description=AzerothCore client-data
ENV DATAPATH=/azerothcore/env/dist/data
RUN |3 TZ=Etc/UTC DOCKER=1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y curl unzip adduser && rm -rf /var/lib/apt/lists/* # buildkit
ARG USER_ID=1000
ARG GROUP_ID=1000
ARG DOCKER_USER=acore
RUN |6 TZ=Etc/UTC DOCKER=1 DEBIAN_FRONTEND=noninteractive USER_ID=1000 GROUP_ID=1000 DOCKER_USER=acore /bin/sh -c userdel --remove ubuntu && addgroup --gid "$GROUP_ID" "$DOCKER_USER" && adduser --disabled-password --gecos '' --uid "$USER_ID" --gid "$GROUP_ID" "$DOCKER_USER" && passwd -d "$DOCKER_USER" && chown -R "$DOCKER_USER:$DOCKER_USER" /azerothcore # buildkit
COPY --chown=acore:acore apps apps # buildkit
VOLUME [/azerothcore/env/dist/data]
USER acore
CMD ["bash" "-c" "source /azerothcore/apps/installer/includes/functions.sh && inst_download_client_data"]

Labels

Key Value
description AzerothCore client-data
org.opencontainers.image.version 24.04
Details
Container
2026-09-06 22:11:50 +00:00
0
OCI / Docker
linux/amd64
37 MiB
Versions (1) View all
master 2026-09-06