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

ac-wotlk-db-import (master)

Published 2026-09-06 22:12:33 +00:00 by nils

Installation

docker pull git.stinnesbeck.com/nils/ac-wotlk-db-import:master
sha256:4c287babd650d45ba28ff9750fe7d60f15607142dbc085213192a8390ef509e6

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
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 libicu74 libncurses5-dev gettext-base default-mysql-client adduser && 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 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=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 Database Import tool
USER acore
ENV ACORE_COMPONENT=dbimport
COPY --chown=acore:acore data data # buildkit
COPY --chown=acore:acore modules modules # buildkit
COPY --chown=acore:acore /azerothcore/env/dist/bin/dbimport /azerothcore/env/dist/bin/dbimport # buildkit
CMD ["/azerothcore/env/dist/bin/dbimport"]

Labels

Key Value
description AzerothCore Database Import tool
org.opencontainers.image.version 24.04
Details
Container
2026-09-06 22:12:33 +00:00
1
OCI / Docker
linux/amd64
289 MiB
Versions (1) View all
master 2026-09-06