• Joined on 2025-06-30

minecraft (testing-vanilla)

Published 2025-10-26 16:17:48 -07:00 by fithwum in fithwum/minecraft

Installation

docker pull gitea.fithwum.tech/fithwum/minecraft:testing-vanilla
sha256:d709793249193596c3ea31f91d8e271a7f882331200b2a243e813e0a450caf10

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/testing-vanilla/install_script.sh
RUN |1 INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing-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/testing-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/testing-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/testing-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:17:48 -07:00
31
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