update links
All checks were successful
Build and Push Minecraft Docker Images / build (push) Successful in 3m9s
All checks were successful
Build and Push Minecraft Docker Images / build (push) Successful in 3m9s
This commit is contained in:
@@ -10,7 +10,7 @@ ENV XMS_SIZE=""
|
|||||||
ENV XMN_SIZE=""
|
ENV XMN_SIZE=""
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/bedrock/install_script.sh
|
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/bedrock/install_script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ ENV XMS_SIZE=""
|
|||||||
ENV XMN_SIZE=""
|
ENV XMN_SIZE=""
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/fabric/install_script.sh
|
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/fabric/install_script.sh
|
||||||
|
|
||||||
# Install Dependencies.
|
# Install Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ ENV GAME_PORT=25565
|
|||||||
ENV FORGE_URL=https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.2-43.2.0/forge-1.19.2-43.2.0-installer.jar
|
ENV FORGE_URL=https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.2-43.2.0/forge-1.19.2-43.2.0-installer.jar
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/forge/forge-1.19.2/files/Install_Script.sh
|
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/forge/Install_Script.sh
|
||||||
|
|
||||||
# Install java-17 & Dependencies.
|
# Install java-17 & Dependencies.
|
||||||
RUN apt-get -y update && apt-get -y autoclean && apt-get -y autoremove \
|
RUN apt-get -y update && apt-get -y autoclean && apt-get -y autoremove \
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ ENV XMS_SIZE=""
|
|||||||
ENV XMN_SIZE=""
|
ENV XMN_SIZE=""
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/fabric/install_script.sh
|
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing/install_script.sh
|
||||||
|
|
||||||
# Install Dependencies.
|
# Install Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ ENV XMS_SIZE=""
|
|||||||
ENV XMN_SIZE=""
|
ENV XMN_SIZE=""
|
||||||
|
|
||||||
# URL's for files
|
# URL's for files
|
||||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/fabric/install_script.sh
|
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/vanilla/install_script.sh
|
||||||
|
|
||||||
# Install Dependencies.
|
# Install Dependencies.
|
||||||
RUN apt-get -y update \
|
RUN apt-get -y update \
|
||||||
|
|||||||
Reference in New Issue
Block a user