From d5b51732e59786c6549ca7f34c7482787cf1553e Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 8 Nov 2023 16:44:24 -0800 Subject: [PATCH] updates --- stable/1.10.1/Dockerfile | 3 +-- stable/1.10.2/Dockerfile | 3 +-- stable/1.10/Dockerfile | 2 +- stable/1.11.1/Dockerfile | 3 +-- stable/1.11.2/Dockerfile | 3 +-- stable/1.11/Dockerfile | 3 +-- stable/1.12.1/Dockerfile | 3 +-- stable/1.12.2/Dockerfile | 3 +-- stable/1.12/Dockerfile | 3 +-- stable/1.13.1/Dockerfile | 3 +-- stable/1.13.2/Dockerfile | 3 +-- stable/1.13/Dockerfile | 3 +-- stable/1.14.1/Dockerfile | 3 +-- stable/1.14.2/Dockerfile | 3 +-- stable/1.14.3/Dockerfile | 3 +-- stable/1.14.4/Dockerfile | 3 +-- stable/1.14/Dockerfile | 3 +-- stable/1.15.1/Dockerfile | 3 +-- stable/1.15.2/Dockerfile | 3 +-- stable/1.15/Dockerfile | 3 +-- stable/1.16.1/Dockerfile | 3 +-- stable/1.16.2/Dockerfile | 3 +-- stable/1.16.3/Dockerfile | 3 +-- stable/1.16.4/Dockerfile | 3 +-- stable/1.16.5/Dockerfile | 3 +-- stable/1.16/Dockerfile | 3 +-- stable/1.17.1/Dockerfile | 3 +-- stable/1.17/Dockerfile | 3 +-- stable/1.18.1/Dockerfile | 3 +-- stable/1.18.2/Dockerfile | 3 +-- stable/1.18/Dockerfile | 3 +-- stable/1.19.1/Dockerfile | 3 +-- stable/1.19.2/Dockerfile | 3 +-- stable/1.19.3/Dockerfile | 3 +-- stable/1.19.4/Dockerfile | 3 +-- stable/1.19/Dockerfile | 3 +-- stable/1.20.1/Dockerfile | 3 +-- stable/1.20.2/Dockerfile | 3 +-- stable/1.20/Dockerfile | 3 +-- 39 files changed, 39 insertions(+), 77 deletions(-) diff --git a/stable/1.10.1/Dockerfile b/stable/1.10.1/Dockerfile index 9f9d988..e3992fb 100644 --- a/stable/1.10.1/Dockerfile +++ b/stable/1.10.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.10.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/cb4c6f9f51a845b09a8861cdbe0eea3ff6996dee/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.10.2/Dockerfile b/stable/1.10.2/Dockerfile index 54e917f..4065bd8 100644 --- a/stable/1.10.2/Dockerfile +++ b/stable/1.10.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.10.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/3d501b23df53c548254f5e3f66492d178a48db63/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.10/Dockerfile b/stable/1.10/Dockerfile index dc6ca51..cbf00ba 100644 --- a/stable/1.10/Dockerfile +++ b/stable/1.10/Dockerfile @@ -2,7 +2,7 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.10" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/a96617ffdf5dabbb718ab11a9a68e50545fc5bee/server.jar" diff --git a/stable/1.11.1/Dockerfile b/stable/1.11.1/Dockerfile index cace8e0..779867a 100644 --- a/stable/1.11.1/Dockerfile +++ b/stable/1.11.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.11.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/1f97bd101e508d7b52b3d6a7879223b000b5eba0/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.11.2/Dockerfile b/stable/1.11.2/Dockerfile index c962540..3a6a6c0 100644 --- a/stable/1.11.2/Dockerfile +++ b/stable/1.11.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.11.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/f00c294a1576e03fddcac777c3cf4c7d404c4ba4/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.11/Dockerfile b/stable/1.11/Dockerfile index 2689b3b..cc111ed 100644 --- a/stable/1.11/Dockerfile +++ b/stable/1.11/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.11" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/48820c84cb1ed502cb5b2fe23b8153d5e4fa61c0/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.12.1/Dockerfile b/stable/1.12.1/Dockerfile index 5540849..fa81f59 100644 --- a/stable/1.12.1/Dockerfile +++ b/stable/1.12.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.12.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/561c7b2d54bae80cc06b05d950633a9ac95da816/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.12.2/Dockerfile b/stable/1.12.2/Dockerfile index fa7d7da..1d35b0e 100644 --- a/stable/1.12.2/Dockerfile +++ b/stable/1.12.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.12.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/886945bfb2b978778c3a0288fd7fab09d315b25f/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.12/Dockerfile b/stable/1.12/Dockerfile index d491113..aa5d891 100644 --- a/stable/1.12/Dockerfile +++ b/stable/1.12/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.12" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/8494e844e911ea0d63878f64da9dcc21f53a3463/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.13.1/Dockerfile b/stable/1.13.1/Dockerfile index 31cf600..9fa1101 100644 --- a/stable/1.13.1/Dockerfile +++ b/stable/1.13.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.13.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/fe123682e9cb30031eae351764f653500b7396c9/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.13.2/Dockerfile b/stable/1.13.2/Dockerfile index a198fa4..57489d1 100644 --- a/stable/1.13.2/Dockerfile +++ b/stable/1.13.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.13.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/3737db93722a9e39eeada7c27e7aca28b144ffa7/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.13/Dockerfile b/stable/1.13/Dockerfile index d897174..f6a63e6 100644 --- a/stable/1.13/Dockerfile +++ b/stable/1.13/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.13" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/d0caafb8438ebd206f99930cfaecfa6c9a13dca0/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.14.1/Dockerfile b/stable/1.14.1/Dockerfile index 72d386b..055e0a5 100644 --- a/stable/1.14.1/Dockerfile +++ b/stable/1.14.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.14.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/ed76d597a44c5266be2a7fcd77a8270f1f0bc118/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.14.2/Dockerfile b/stable/1.14.2/Dockerfile index 86157a7..f5ce08c 100644 --- a/stable/1.14.2/Dockerfile +++ b/stable/1.14.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.14.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/808be3869e2ca6b62378f9f4b33c946621620019/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.14.3/Dockerfile b/stable/1.14.3/Dockerfile index ab9b934..cd88af5 100644 --- a/stable/1.14.3/Dockerfile +++ b/stable/1.14.3/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.14.3" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/d0d0fe2b1dc6ab4c65554cb734270872b72dadd6/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.14.4/Dockerfile b/stable/1.14.4/Dockerfile index 8260193..f3d2ad9 100644 --- a/stable/1.14.4/Dockerfile +++ b/stable/1.14.4/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.14.4" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/3dc3d84a581f14691199cf6831b71ed1296a9fdf/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.14/Dockerfile b/stable/1.14/Dockerfile index 711593b..a95c224 100644 --- a/stable/1.14/Dockerfile +++ b/stable/1.14/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.14" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/f1a0073671057f01aa843443fef34330281333ce/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.15.1/Dockerfile b/stable/1.15.1/Dockerfile index 297a4c4..87c3ee9 100644 --- a/stable/1.15.1/Dockerfile +++ b/stable/1.15.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.15.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/4d1826eebac84847c71a77f9349cc22afd0cf0a1/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.15.2/Dockerfile b/stable/1.15.2/Dockerfile index d1a0b65..fe8ae5e 100644 --- a/stable/1.15.2/Dockerfile +++ b/stable/1.15.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.15.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892149ac3a215f6c636b07/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.15/Dockerfile b/stable/1.15/Dockerfile index 5c45454..0775b19 100644 --- a/stable/1.15/Dockerfile +++ b/stable/1.15/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.15" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/e9f105b3c5c7e85c7b445249a93362a22f62442d/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.16.1/Dockerfile b/stable/1.16.1/Dockerfile index b5bd45b..4c718a6 100644 --- a/stable/1.16.1/Dockerfile +++ b/stable/1.16.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.16.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/a412fd69db1f81db3f511c1463fd304675244077/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.16.2/Dockerfile b/stable/1.16.2/Dockerfile index 3a99744..6af6807 100644 --- a/stable/1.16.2/Dockerfile +++ b/stable/1.16.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.16.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/c5f6fb23c3876461d46ec380421e42b289789530/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.16.3/Dockerfile b/stable/1.16.3/Dockerfile index f5aa428..d922881 100644 --- a/stable/1.16.3/Dockerfile +++ b/stable/1.16.3/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.16.3" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/f02f4473dbf152c23d7d484952121db0b36698cb/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.16.4/Dockerfile b/stable/1.16.4/Dockerfile index be6eb66..fda783b 100644 --- a/stable/1.16.4/Dockerfile +++ b/stable/1.16.4/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.16.4" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/35139deedbd5182953cf1caa23835da59ca3d7cd/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.16.5/Dockerfile b/stable/1.16.5/Dockerfile index be1e897..78835c6 100644 --- a/stable/1.16.5/Dockerfile +++ b/stable/1.16.5/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.16.5" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/1b557e7b033b583cd9f66746b7a9ab1ec1673ced/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.16/Dockerfile b/stable/1.16/Dockerfile index 62970be..3708a80 100644 --- a/stable/1.16/Dockerfile +++ b/stable/1.16/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.16" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/a0d03225615ba897619220e256a266cb33a44b6b/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.17.1/Dockerfile b/stable/1.17.1/Dockerfile index e048f3b..71cf807 100644 --- a/stable/1.17.1/Dockerfile +++ b/stable/1.17.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.17.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.17/Dockerfile b/stable/1.17/Dockerfile index 8b1640c..db0b9cd 100644 --- a/stable/1.17/Dockerfile +++ b/stable/1.17/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.17" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/0a269b5f2c5b93b1712d0f5dc43b6182b9ab254e/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.18.1/Dockerfile b/stable/1.18.1/Dockerfile index 4a368d7..13cc211 100644 --- a/stable/1.18.1/Dockerfile +++ b/stable/1.18.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.18.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3e66e67a16bb49ecc1b9/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.18.2/Dockerfile b/stable/1.18.2/Dockerfile index 41a6210..45e59ca 100644 --- a/stable/1.18.2/Dockerfile +++ b/stable/1.18.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.18.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.18/Dockerfile b/stable/1.18/Dockerfile index db1ac51..23ebb65 100644 --- a/stable/1.18/Dockerfile +++ b/stable/1.18/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" 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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.19.1/Dockerfile b/stable/1.19.1/Dockerfile index 83f0a4c..784b98c 100644 --- a/stable/1.19.1/Dockerfile +++ b/stable/1.19.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.19.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/8399e1211e95faa421c1507b322dbeae86d604df/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.19.2/Dockerfile b/stable/1.19.2/Dockerfile index d999502..af151f3 100644 --- a/stable/1.19.2/Dockerfile +++ b/stable/1.19.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.19.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/f69c284232d7c7580bd89a5a4931c3581eae1378/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.19.3/Dockerfile b/stable/1.19.3/Dockerfile index 14c7215..1fba2c3 100644 --- a/stable/1.19.3/Dockerfile +++ b/stable/1.19.3/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.19.3" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/c9df48efed58511cdd0213c56b9013a7b5c9ac1f/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.19.4/Dockerfile b/stable/1.19.4/Dockerfile index 0b8730f..da6243f 100644 --- a/stable/1.19.4/Dockerfile +++ b/stable/1.19.4/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.19.4" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/8f3112a1049751cc472ec13e397eade5336ca7ae/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.19/Dockerfile b/stable/1.19/Dockerfile index 27eb640..f53956d 100644 --- a/stable/1.19/Dockerfile +++ b/stable/1.19/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.19" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/e00c4052dac1d59a1188b2aa9d5a87113aaf1122/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.20.1/Dockerfile b/stable/1.20.1/Dockerfile index d096b3e..f58b6e1 100644 --- a/stable/1.20.1/Dockerfile +++ b/stable/1.20.1/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.20.1" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/84194a2f286ef7c14ed7ce0090dba59902951553/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.20.2/Dockerfile b/stable/1.20.2/Dockerfile index 2f0705b..6e8c926 100644 --- a/stable/1.20.2/Dockerfile +++ b/stable/1.20.2/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.20.2" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/5b868151bd02b41319f54c8d4061b8cae84e665c/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh diff --git a/stable/1.20/Dockerfile b/stable/1.20/Dockerfile index cba66ec..34f4ef6 100644 --- a/stable/1.20/Dockerfile +++ b/stable/1.20/Dockerfile @@ -2,10 +2,9 @@ FROM fithwum/debian-base:bullseye LABEL maintainer "fithwum" ENV ACCEPT_EULA="false" -ENV GAME_PORT="25565" +ENV GAME_PORT="" ENV MC_VERSION="1.20" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/15c777e2cfe0556eef19aab534b186c0c6f277e1/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://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh