From 9f3cfe571a124f1a3f005fe0d1df86445cabf30f Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 3 Jul 2025 11:44:37 -0700 Subject: [PATCH] updates --- bedrock/Dockerfile | 2 +- build_minecraft.sh | 10 +++++++--- fabric/Dockerfile | 2 +- forge/Dockerfile | 2 +- testing/Dockerfile | 2 +- vanilla/Dockerfile | 2 +- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bedrock/Dockerfile b/bedrock/Dockerfile index 8d70d59..abdf380 100644 --- a/bedrock/Dockerfile +++ b/bedrock/Dockerfile @@ -1,4 +1,4 @@ -FROM gitea.fithwum.tech/fithwum/base-image:debian-bullseye +FROM fithwum/base-image:debian-bullseye LABEL maintainer="fithwum" # Environment Variables diff --git a/build_minecraft.sh b/build_minecraft.sh index 8f72f08..eb2fd46 100755 --- a/build_minecraft.sh +++ b/build_minecraft.sh @@ -3,7 +3,11 @@ # All rights reserved docker build --pull --rm -f "testing/Dockerfile" -t gitea.fithwum.tech/fithwum/minecraft:testing "vanilla" -docker build --pull --rm -f "vanilla/Dockerfile" -t gitea.fithwum.tech/fithwum/minecraft:latest "vanilla" -docker build --pull --rm -f "fabric/Dockerfile" -t gitea.fithwum.tech/fithwum/minecraft-fabric:latest "fabric" +docker build --pull --rm -f "vanilla/Dockerfile" -t gitea.fithwum.tech/fithwum/minecraft:vanilla "vanilla" +docker build --pull --rm -f "fabric/Dockerfile" -t gitea.fithwum.tech/fithwum/minecraft:fabric "fabric" docker push -a gitea.fithwum.tech/fithwum/minecraft -docker push -a gitea.fithwum.tech/fithwum/minecraft-fabric + +docker build --pull --rm -f "testing/Dockerfile" -t fithwum/minecraft:testing "vanilla" +docker build --pull --rm -f "vanilla/Dockerfile" -t fithwum/minecraft:vanilla "vanilla" +docker build --pull --rm -f "fabric/Dockerfile" -t fithwum/minecraft:fabric "fabric" +docker push -a fithwum/minecraft \ No newline at end of file diff --git a/fabric/Dockerfile b/fabric/Dockerfile index b583952..3a3afac 100644 --- a/fabric/Dockerfile +++ b/fabric/Dockerfile @@ -1,4 +1,4 @@ -FROM gitea.fithwum.tech/fithwum/base-image:debian-bookworm +FROM fithwum/base-image:debian-bookworm LABEL maintainer="fithwum" # Environment Variables diff --git a/forge/Dockerfile b/forge/Dockerfile index 6c67d56..b7029a7 100644 --- a/forge/Dockerfile +++ b/forge/Dockerfile @@ -1,4 +1,4 @@ -FROM gitea.fithwum.tech/fithwum/base-image:debian-bullseye +FROM fithwum/base-image:debian-bullseye LABEL maintainer="fithwum" ENV ACCEPT_EULA="false" diff --git a/testing/Dockerfile b/testing/Dockerfile index 652466c..eda94f0 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM gitea.fithwum.tech/fithwum/base-image:debian-bookworm +FROM fithwum/base-image:debian-bookworm LABEL maintainer="fithwum" # Environment Variables diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 28d9121..a7e49a7 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -1,4 +1,4 @@ -FROM gitea.fithwum.tech/fithwum/base-image:debian-bookworm +FROM fithwum/base-image:debian-bookworm LABEL maintainer="fithwum" # Environment Variables