tbc/wotlk-auth (4ffb5db)

Published 2025-12-27 09:36:01 +00:00 by zwanto in cmangos/cmangos

Installation

docker pull git.ahamon.ovh/cmangos/tbc/wotlk-auth:4ffb5db
sha256:b04e62b0cbd0cf55ea6f6740ed1c23246fb9d7a27eed36c201848c5942261c07

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:2e0e653363da35febc0204e69cb713c0d1497720522f79d3d531980a7f291a39 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-12-27 09:36:01 +00:00
0
OCI / Docker
linux/arm64
181 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