• Joined on 2026-03-09

ac-wotlk-worldserver (master)

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

Installation

docker pull gitea.recka.tech/bepis/ac-wotlk-worldserver:master
sha256:14ed09032b2044a4e167239a952eeff966820407876f117eaf8c704ddd41d5e7

Images

Digest OS / Arch Size
e8b99ad26f linux/amd64 160 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
ARG USER_ID=1000
ARG GROUP_ID=1000
ARG DOCKER_USER=acore
ENV ACORE_COMPONENT=undefined
RUN |6 TZ=Etc/UTC DOCKER=1 DEBIAN_FRONTEND=noninteractive USER_ID=1000 GROUP_ID=1000 DOCKER_USER=acore /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libmysqlclient21 libreadline8 gettext-base default-mysql-client && rm -rf /var/lib/apt/lists/* # buildkit
COPY /azerothcore/env/dist/etc/ /azerothcore/env/ref/etc # buildkit
VOLUME [/azerothcore/env/dist/etc]
ENV PATH=/azerothcore/env/dist/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |6 TZ=Etc/UTC DOCKER=1 DEBIAN_FRONTEND=noninteractive USER_ID=1000 GROUP_ID=1000 DOCKER_USER=acore /bin/sh -c groupadd --gid "$GROUP_ID" "$DOCKER_USER" && useradd -d /azerothcore --uid "$USER_ID" --gid "$GROUP_ID" "$DOCKER_USER" && passwd -d "$DOCKER_USER" && chown -R "$DOCKER_USER:$DOCKER_USER" /azerothcore # buildkit
COPY --chown=1000:1000 --chmod=755 apps/docker/entrypoint.sh /azerothcore/entrypoint.sh # buildkit
USER acore
ENTRYPOINT ["/usr/bin/env" "bash" "/azerothcore/entrypoint.sh"]
LABEL description=AzerothCore World Server
ENV ACORE_COMPONENT=worldserver
ENV AC_UPDATES_ENABLE_DATABASES=0
ENV AC_DISABLE_INTERACTIVE=1
ENV AC_CLOSE_IDLE_CONNECTIONS=0
COPY --chown=acore:acore /azerothcore/env/dist/bin/worldserver /azerothcore/env/dist/bin/worldserver # buildkit
VOLUME [/azerothcore/env/dist/etc]
CMD ["worldserver"]

Labels

Key Value
com.docker.compose.project azerothcore
com.docker.compose.service ac-worldserver
com.docker.compose.version 5.1.3
description AzerothCore World Server
org.opencontainers.image.version 22.04
Details
Container
2026-04-27 21:13:40 +10:00
6
OCI / Docker
Versions (1) View all
master 2026-04-27