• Joined on 2025-06-30

minecraft (vanilla)

Published 2026-06-28 14:34:23 -07:00 by fithwum in fithwum/minecraft

Installation

docker pull gitea.fithwum.tech/fithwum/minecraft:vanilla
sha256:3ec60cbf57abc997eb257a894c80517c267a6c7c8336cb9142f2a53e536ae379

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/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 openjdk-25-jre-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/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
2026-06-28 14:34:23 -07:00
2100
OCI / Docker
linux/amd64
256 MiB
Versions (7) View all
vanilla 2026-06-28
testing 2026-06-28
quilt 2026-06-28
neoforged 2026-06-28
forge 2026-06-28