tbc/tbc-core (22c998b)

Published 2025-10-14 18:10:46 +00:00 by zwanto in cmangos/cmangos

Installation

docker pull git.ahamon.ovh/cmangos/tbc/tbc-core:22c998b
sha256:3aea4e5e45c3ab21ae826dcbb34c52c68f0c09f0e7fe2c80567f50995aa57e57

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 # 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 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 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-14 18:10:46 +00:00
0
OCI / Docker
linux/amd64
415 MiB
Versions (3) View all
bc5b2d6 2025-10-17
latest 2025-10-17
22c998b 2025-10-14