• Joined on 2025-06-30

minecraft (vanilla)

Published 2025-10-26 16:18:59 -07:00 by fithwum in fithwum/minecraft

Installation

docker pull gitea.fithwum.tech/fithwum/minecraft:vanilla
sha256:72fa3e88e91d8d0368ce44ab71d4504252aba65409222798d1ed431e68f3ae37

Image Layers

LABEL maintainer=fithwum
ADD debian-bookworm.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/vanilla/install_script.sh
RUN |1 INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/vanilla/install_script.sh /bin/sh -c apt-get -y update && apt-get install -y --no-install-recommends bzip2 lsb-release screen jq && 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/vanilla/install_script.sh /bin/sh -c wget https://packages.microsoft.com/config/debian/$(lsb_release -rs)/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb && apt-get update && apt-get install -y msopenjdk-21 && apt-get -y update && apt-get -y --fix-broken install # buildkit
RUN |1 INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/vanilla/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/vanilla/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-10-26 16:18:59 -07:00
493
OCI / Docker
linux/amd64
590 MiB
Versions (4) View all
vanilla 2025-10-26
testing-vanilla 2025-10-26
fabric 2025-10-26
testing-fabric 2025-10-26