• Joined on 2026-03-09

ac-wotlk-client-data (master)

Published 2026-07-20 21:05:10 +10:00 by bepis

Installation

docker pull gitea.recka.tech/bepis/ac-wotlk-client-data:master
sha256:f85593b3ac411833a226beeba355fce8de2cd787dad75888a9e1077a635e19b4

Images

Digest OS / Arch Size
7650be2032 linux/amd64 33 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 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
com.docker.compose.project azerothcore
com.docker.compose.service ac-client-data-init
com.docker.compose.version 5.3.1
description AzerothCore client-data
org.opencontainers.image.version 24.04
Details
Container
2026-07-20 21:05:10 +10:00
18
OCI / Docker
Versions (1) View all
master 2026-07-20