• Joined on 2025-06-30

minecraft (testing)

Published 2025-12-28 05:35:19 -08:00 by fithwum in fithwum/minecraft

Installation

docker pull gitea.fithwum.tech/fithwum/minecraft:testing
sha256:c15c34d2f36845c5561a7ec4d3c31596d3639d5be61f2cc6a1a21c395122b19b

Image Layers

LABEL maintainer=fithwum
ADD debian-trixie.tar.bz2 / # buildkit
CMD ["/bin/bash"]
LABEL maintainer=fithwum
ENV ACCEPT_EULA=
ENV GAME_PORT=
ENV MC_VERSION=
ENV XMX_SIZE=
ENV XMS_SIZE=
ENV XMN_SIZE=
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing/install_script.sh
RUN |1 INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing/install_script.sh /bin/sh -c apt-get -y update && apt-get install -y --no-install-recommends bzip2 lsb-release screen jq openjdk-21-jdk-headless && apt-get -y --fix-broken install && apt-get -y autoclean && apt-get -y autoremove && rm -rf /var/lib/apt/lists/* && update-ca-certificates -f; # buildkit
RUN |1 INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing/install_script.sh /bin/sh -c mkdir -p /MCserver /MCtemp && chmod 777 -R /MCserver /MCtemp && chown 99:100 -R /MCserver /MCtemp # buildkit
RUN |1 INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing/install_script.sh /bin/sh -c wget "$INSTALL_SCRIPT" -O /MCtemp/install_script.sh && chmod +x /MCtemp/install_script.sh # buildkit
VOLUME [/MCserver]
CMD ["/bin/bash" "./MCtemp/install_script.sh"]

Labels

Key Value
maintainer fithwum
Details
Container
2025-12-28 05:35:19 -08:00
13
OCI / Docker
linux/amd64
392 MiB
Versions (7) View all
vanilla 2025-12-28
testing 2025-12-28
quilt 2025-12-28
neoforged 2025-12-28
forge 2025-12-28