tbc/wotlk-core (latest)

Published 2025-10-17 19:15:08 +00:00 by zwanto in cmangos/cmangos

Installation

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

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 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 # buildkit
RUN |1 BUILD_MODE=CORE /bin/sh -c mkdir -p /opt/cmangos # buildkit
COPY /opt/cmangos/mangos /opt/cmangos/mangos # buildkit
COPY /opt/run /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

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-10-17 19:15:08 +00:00
34
OCI / Docker
linux/amd64
423 MiB
Versions (3) View all
7488ab4 2025-10-17
latest 2025-10-17
c9df677 2025-10-14