Major Update

This commit is contained in:
2023-11-08 15:08:40 -08:00
parent 856b44e4c8
commit 54ea7e5867
110 changed files with 311 additions and 5008 deletions

View File

@@ -2,10 +2,13 @@ FROM fithwum/debian-base:bullseye
LABEL maintainer "fithwum"
ENV ACCEPT_EULA="false"
ENV GAME_PORT=25565
ENV GAME_PORT="25565"
ENV MC_VERSION="1.18"
ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/3cf24a8694aca6267883b17d934efacc5e44440d/server.jar"
ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.18/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \
@@ -29,4 +32,4 @@ VOLUME /MCserver
EXPOSE 25565/udp 25565/tcp
# Run command
CMD [ "/bin/bash", "./MCtemp/Install_Script.sh" ]
CMD [ "/bin/bash", "./MCtemp/Install_Script_Vanilla.sh" ]