Block a user
ac-playerbots-server (latest)
Published 2026-09-07 06:45:19 +00:00 by nils
Installation
docker pull git.stinnesbeck.com/nils/ac-playerbots-server:latestsha256:8725a1dd8d2be517df77fd61640f761d6553b31b3871f84817859fc50fda0ace
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"] |
| EXPOSE [3724/tcp 7878/tcp 8085/tcp] |
| CMD ["/azerothcore/env/dist/bin/worldserver"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |