• Joined on 2026-03-09

ac-wotlk-client-data (master)

Published 2026-04-27 21:13:44 +10:00 by bepis

Installation

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

Images

Digest OS / Arch Size
6ff8188cfa linux/amd64 32 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=22.04
ADD file:da2cd86408d9354e8bd817c8a4b8635a1d788cd20d0d70061ce02a173e8cf902 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 && rm -rf /var/lib/apt/lists/* # buildkit
COPY --chown=: apps apps # buildkit
VOLUME [/azerothcore/env/dist/data]
USER
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.1.3
description AzerothCore client-data
org.opencontainers.image.version 22.04
Details
Container
2026-04-27 21:13:44 +10:00
7
OCI / Docker
Versions (1) View all
master 2026-04-27