updates
This commit is contained in:
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.10.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.10.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.10
|
MC_VERSION_OLD=1.10
|
||||||
MC_VERSION=1.10.1
|
MC_VERSION=1.10.1
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/cb4c6f9f51a845b09a8861cdbe0eea3ff6996dee/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/cb4c6f9f51a845b09a8861cdbe0eea3ff6996dee/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.10.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.10.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.10.1
|
MC_VERSION_OLD=1.10.1
|
||||||
MC_VERSION=1.10.2
|
MC_VERSION=1.10.2
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/3d501b23df53c548254f5e3f66492d178a48db63/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/3d501b23df53c548254f5e3f66492d178a48db63/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.10/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.10/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.9.4
|
MC_VERSION_OLD=1.9.4
|
||||||
MC_VERSION=1.10
|
MC_VERSION=1.10
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/a96617ffdf5dabbb718ab11a9a68e50545fc5bee/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/a96617ffdf5dabbb718ab11a9a68e50545fc5bee/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.11.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.11.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.11
|
MC_VERSION_OLD=1.11
|
||||||
MC_VERSION=1.11.1
|
MC_VERSION=1.11.1
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/1f97bd101e508d7b52b3d6a7879223b000b5eba0/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/1f97bd101e508d7b52b3d6a7879223b000b5eba0/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.11.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.11.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.11.1
|
MC_VERSION_OLD=1.11.1
|
||||||
MC_VERSION=1.11.2
|
MC_VERSION=1.11.2
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/f00c294a1576e03fddcac777c3cf4c7d404c4ba4/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/f00c294a1576e03fddcac777c3cf4c7d404c4ba4/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.11/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.11/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.10.2
|
MC_VERSION_OLD=1.10.2
|
||||||
MC_VERSION=1.11
|
MC_VERSION=1.11
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/48820c84cb1ed502cb5b2fe23b8153d5e4fa61c0/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/48820c84cb1ed502cb5b2fe23b8153d5e4fa61c0/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.12.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.12.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.12
|
MC_VERSION_OLD=1.12
|
||||||
MC_VERSION=1.12.1
|
MC_VERSION=1.12.1
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/561c7b2d54bae80cc06b05d950633a9ac95da816/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/561c7b2d54bae80cc06b05d950633a9ac95da816/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.12.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.12.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.12.1
|
MC_VERSION_OLD=1.12.1
|
||||||
MC_VERSION=1.12.2
|
MC_VERSION=1.12.2
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/886945bfb2b978778c3a0288fd7fab09d315b25f/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/886945bfb2b978778c3a0288fd7fab09d315b25f/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.12/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.12/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.11.2
|
MC_VERSION_OLD=1.11.2
|
||||||
MC_VERSION=1.12
|
MC_VERSION=1.12
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/8494e844e911ea0d63878f64da9dcc21f53a3463/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/8494e844e911ea0d63878f64da9dcc21f53a3463/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.13.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.13.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.13
|
MC_VERSION_OLD=1.13
|
||||||
MC_VERSION=1.13.1
|
MC_VERSION=1.13.1
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/fe123682e9cb30031eae351764f653500b7396c9/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/fe123682e9cb30031eae351764f653500b7396c9/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.13.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.13.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.13.1
|
MC_VERSION_OLD=1.13.1
|
||||||
MC_VERSION=1.13.2
|
MC_VERSION=1.13.2
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/3737db93722a9e39eeada7c27e7aca28b144ffa7/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/3737db93722a9e39eeada7c27e7aca28b144ffa7/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.13/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.13/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.12.2
|
MC_VERSION_OLD=1.12.2
|
||||||
MC_VERSION=1.13
|
MC_VERSION=1.13
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/d0caafb8438ebd206f99930cfaecfa6c9a13dca0/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/d0caafb8438ebd206f99930cfaecfa6c9a13dca0/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.14.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.14.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.14
|
MC_VERSION_OLD=1.14
|
||||||
MC_VERSION=1.14.1
|
MC_VERSION=1.14.1
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/ed76d597a44c5266be2a7fcd77a8270f1f0bc118/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/ed76d597a44c5266be2a7fcd77a8270f1f0bc118/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.14.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.14.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.14.1
|
MC_VERSION_OLD=1.14.1
|
||||||
MC_VERSION=1.14.2
|
MC_VERSION=1.14.2
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/808be3869e2ca6b62378f9f4b33c946621620019/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/808be3869e2ca6b62378f9f4b33c946621620019/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.14.3/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.14.3/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.14.2
|
MC_VERSION_OLD=1.14.2
|
||||||
MC_VERSION=1.14.3
|
MC_VERSION=1.14.3
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/d0d0fe2b1dc6ab4c65554cb734270872b72dadd6/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/d0d0fe2b1dc6ab4c65554cb734270872b72dadd6/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.14.4/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.14.4/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.14.3
|
MC_VERSION_OLD=1.14.3
|
||||||
MC_VERSION=1.14.4
|
MC_VERSION=1.14.4
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/3dc3d84a581f14691199cf6831b71ed1296a9fdf/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/3dc3d84a581f14691199cf6831b71ed1296a9fdf/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.14/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.14/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.13.2
|
MC_VERSION_OLD=1.13.2
|
||||||
MC_VERSION=1.14
|
MC_VERSION=1.14
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/f1a0073671057f01aa843443fef34330281333ce/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/f1a0073671057f01aa843443fef34330281333ce/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.15.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.15.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.15
|
MC_VERSION_OLD=1.15
|
||||||
MC_VERSION=1.15.1
|
MC_VERSION=1.15.1
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/4d1826eebac84847c71a77f9349cc22afd0cf0a1/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/4d1826eebac84847c71a77f9349cc22afd0cf0a1/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.15.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.15.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.15.1
|
MC_VERSION_OLD=1.15.1
|
||||||
MC_VERSION=1.15.2
|
MC_VERSION=1.15.2
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892149ac3a215f6c636b07/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892149ac3a215f6c636b07/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.15/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.15/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.14.4
|
MC_VERSION_OLD=1.14.4
|
||||||
MC_VERSION=1.15
|
MC_VERSION=1.15
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/e9f105b3c5c7e85c7b445249a93362a22f62442d/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/e9f105b3c5c7e85c7b445249a93362a22f62442d/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.16.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.16.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.16
|
MC_VERSION_OLD=1.16
|
||||||
MC_VERSION=1.16.1
|
MC_VERSION=1.16.1
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/a412fd69db1f81db3f511c1463fd304675244077/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/a412fd69db1f81db3f511c1463fd304675244077/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.16.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.16.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.16.1
|
MC_VERSION_OLD=1.16.1
|
||||||
MC_VERSION=1.16.2
|
MC_VERSION=1.16.2
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/c5f6fb23c3876461d46ec380421e42b289789530/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/c5f6fb23c3876461d46ec380421e42b289789530/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.16.3/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.16.3/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.16.2
|
MC_VERSION_OLD=1.16.2
|
||||||
MC_VERSION=1.16.3
|
MC_VERSION=1.16.3
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/f02f4473dbf152c23d7d484952121db0b36698cb/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/f02f4473dbf152c23d7d484952121db0b36698cb/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.16.4/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.16.4/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.16.3
|
MC_VERSION_OLD=1.16.3
|
||||||
MC_VERSION=1.16.4
|
MC_VERSION=1.16.4
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/35139deedbd5182953cf1caa23835da59ca3d7cd/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/35139deedbd5182953cf1caa23835da59ca3d7cd/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.16.5/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.16.5/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.16.4
|
MC_VERSION_OLD=1.16.4
|
||||||
MC_VERSION=1.16.5
|
MC_VERSION=1.16.5
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/1b557e7b033b583cd9f66746b7a9ab1ec1673ced/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/1b557e7b033b583cd9f66746b7a9ab1ec1673ced/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.16/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.16/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.15.2
|
MC_VERSION_OLD=1.15.2
|
||||||
MC_VERSION=1.16
|
MC_VERSION=1.16
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/a0d03225615ba897619220e256a266cb33a44b6b/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/a0d03225615ba897619220e256a266cb33a44b6b/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.17.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.17.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.17
|
MC_VERSION_OLD=1.17
|
||||||
MC_VERSION=1.17.1
|
MC_VERSION=1.17.1
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.17/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.17/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.16.5
|
MC_VERSION_OLD=1.16.5
|
||||||
MC_VERSION=1.17
|
MC_VERSION=1.17
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/0a269b5f2c5b93b1712d0f5dc43b6182b9ab254e/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/0a269b5f2c5b93b1712d0f5dc43b6182b9ab254e/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.18.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.18.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.18
|
MC_VERSION_OLD=1.18
|
||||||
MC_VERSION=1.18.1
|
MC_VERSION=1.18.1
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.18.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.18.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.18.1
|
MC_VERSION_OLD=1.18.1
|
||||||
MC_VERSION=1.18.2
|
MC_VERSION=1.18.2
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.18/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.18/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.17.1
|
MC_VERSION_OLD=1.17.1
|
||||||
MC_VERSION=1.18
|
MC_VERSION=1.18
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/3cf24a8694aca6267883b17d934efacc5e44440d/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/3cf24a8694aca6267883b17d934efacc5e44440d/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.19.1/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.19.1/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.19
|
MC_VERSION_OLD=1.19
|
||||||
MC_VERSION=1.19.1
|
MC_VERSION=1.19.1
|
||||||
MC_SERVER_FILE=https://piston-data.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/server.jar
|
MC_SERVER_FILE=https://piston-data.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.19.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.19.2/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.19.1
|
MC_VERSION_OLD=1.19.1
|
||||||
MC_VERSION=1.19.2
|
MC_VERSION=1.19.2
|
||||||
MC_SERVER_FILE=https://piston-data.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar
|
MC_SERVER_FILE=https://piston-data.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.19.3/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.19.3/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.19.2
|
MC_VERSION_OLD=1.19.2
|
||||||
MC_VERSION=1.19.3
|
MC_VERSION=1.19.3
|
||||||
MC_SERVER_FILE=https://piston-data.mojang.com/v1/objects/c9df48efed58511cdd0213c56b9013a7b5c9ac1f/server.jar
|
MC_SERVER_FILE=https://piston-data.mojang.com/v1/objects/c9df48efed58511cdd0213c56b9013a7b5c9ac1f/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
|||||||
ENV GAME_PORT=25565
|
ENV GAME_PORT=25565
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.19/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.19/files/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
|||||||
MC_VERSION_OLD=1.18.2
|
MC_VERSION_OLD=1.18.2
|
||||||
MC_VERSION=1.19
|
MC_VERSION=1.19
|
||||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/e00c4052dac1d59a1188b2aa9d5a87113aaf1122/server.jar
|
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/e00c4052dac1d59a1188b2aa9d5a87113aaf1122/server.jar
|
||||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
|
|||||||
Reference in New Issue
Block a user