• Joined on 2026-03-09

azerothcore-test/ac-wotlk-client-data (master)

Published 2026-05-04 12:24:10 +10:00 by bepis

Installation

docker pull gitea.recka.tech/bepis/azerothcore-test/ac-wotlk-client-data:master
sha256:23aaa37da2cf15a6a4e366e6f0a4b60a2066811c3bb875dc020e403ba25a1ee8

Images

Digest OS / Arch Size
b5ee1b7899 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-test
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-05-04 12:24:10 +10:00
2
OCI / Docker
Versions (1) View all
master 2026-05-04