tbc/wotlk-auth (7488ab4)

Published 2025-10-17 19:30:11 +00:00 by zwanto in cmangos/cmangos

Installation

docker pull git.ahamon.ovh/cmangos/tbc/wotlk-auth:7488ab4
sha256:f9572e20d9cee4fd9e72b2ea4068f6c12b98a6e952451dc56367a04455ac9756

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:7a71c1d52054f8e04c815eaec639d14adaaa62346860f4003201834430b7ff18 in /
CMD ["/bin/bash"]
ARG BUILD_MODE=AUTH
ENV BUILD_MODE=AUTH
RUN |1 BUILD_MODE=AUTH /bin/sh -c apt update && apt install -y default-mysql-client screen curl git nano libmysqlclient21 # buildkit
RUN |1 BUILD_MODE=AUTH /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=AUTH /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=AUTH /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:30:11 +00:00
0
OCI / Docker
linux/arm64
179 MiB
Versions (3) View all
7488ab4 2025-10-17
latest 2025-10-17
c9df677 2025-10-14