Block a user
ac-playerbots-dbimport (20260907)
Published 2026-09-07 06:45:43 +00:00 by nils
Installation
docker pull git.stinnesbeck.com/nils/ac-playerbots-dbimport:20260907sha256:fbc92efdb7dfccf519437b1050c1950b9fdc69f5860d09114f64a5c0669d4929
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:799f4e238d67485cc109d93512f4fe6f75bafc26a3476772191154125e52201d in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libboost-thread1.74.0 libmysqlclient21 libncurses6 libreadline8 libssl3 mysql-client tzdata unzip zlib1g && rm -rf /var/lib/apt/lists/* && groupadd --gid 1000 acore && useradd --uid 1000 --gid 1000 --home-dir /azerothcore --no-create-home acore # buildkit |
| COPY --chown=acore:acore /azerothcore/env/dist /azerothcore/env/dist # buildkit |
| COPY entrypoint.sh /usr/local/bin/ac-entrypoint # buildkit |
| RUN /bin/sh -c chmod 0755 /usr/local/bin/ac-entrypoint && mkdir -p /azerothcore/env/dist/logs /azerothcore/env/dist/data && chown -R acore:acore /azerothcore # buildkit |
| USER acore |
| WORKDIR /azerothcore/env/dist/bin |
| ENTRYPOINT ["/usr/local/bin/ac-entrypoint"] |
| USER root |
| COPY --chown=acore:acore /azerothcore/data/sql /azerothcore/data/sql # buildkit |
| COPY --chown=acore:acore /azerothcore/modules/mod-playerbots/data/sql /azerothcore/modules/mod-playerbots/data/sql # buildkit |
| USER acore |
| ENV AC_UPDATES_SOURCE_PATH=/azerothcore |
| CMD ["/azerothcore/env/dist/bin/dbimport"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |