tbc/wotlk-core (latest)

Published 2026-01-10 14:16:07 +00:00 by zwanto in cmangos/cmangos

Installation

docker pull git.ahamon.ovh/cmangos/tbc/wotlk-core:latest
sha256:b27eb4a74d001a5e445e06e6d3d914845bafe7435e330c56c58493bbd603cd6f

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e in /
CMD ["/bin/bash"]
ARG BUILD_MODE=CORE
ENV BUILD_MODE=CORE
RUN |1 BUILD_MODE=CORE /bin/sh -c apt update && apt install -y default-mysql-client screen curl git nano libmysqlclient21 netcat # buildkit
RUN |1 BUILD_MODE=CORE /bin/sh -c mkdir -p /opt/cmangos /opt/run # buildkit
COPY binaries/ /opt/run/ # buildkit
COPY scripts/db_script.sh /opt/run/bin/db_script.sh # buildkit
RUN |1 BUILD_MODE=CORE /bin/sh -c chmod +x /opt/run/bin/db_script.sh # buildkit
COPY scripts/run_script.sh /opt/run/bin/run_script.sh # buildkit
RUN |1 BUILD_MODE=CORE /bin/sh -c chmod +x /opt/run/bin/run_script.sh # buildkit
WORKDIR /opt/run/bin
ENTRYPOINT ["./run_script.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-01-10 14:16:07 +00:00
43
OCI / Docker
linux/amd64
149 MiB
Versions (6) View all
8b9f658 2026-01-10
latest 2026-01-10
wotlk-8b9f658 2026-01-10
4ffb5db 2025-12-27
7488ab4 2025-10-17