update
Build and Push Minecraft Docker Images on Debian-base update / poll-debian-base-and-detect-changes (push) Successful in 10s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push bukkit (push) Successful in 16s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push fabric (push) Successful in 12s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push forge (push) Successful in 12s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push neoforged (push) Successful in 15s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push quilt (push) Successful in 16s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing (push) Successful in 15s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push vanilla (push) Successful in 14s
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (push) Successful in 6s
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (push) Successful in 19s
Build and Push Minecraft Docker Images on Debian-base update / Docker prune (vm-docker-build2) (push) Successful in 3s

This commit is contained in:
2026-07-14 16:52:40 -07:00
parent 6d26588839
commit 184cdcfe05
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
gitea.fithwum.tech/fithwum/debian-base@sha256:c0035d2ab4cf7d355ee27dc5cfc3d311ab403b979a1fdceafb418515c3088153
+3 -3
View File
@@ -1,11 +1,11 @@
FROM gitea.fithwum.tech/fithwum/debian-base:trixie
LABEL maintainer="fithwum"
# Environment Variables
# Environment Variables.
ENV ACCEPT_EULA=""
ENV GAME_PORT=""
# Minecarft versions
# Minecarft versions.
ENV MC_TYPE=""
ENV MC_VERSION=""
ENV QUILT_VERSION=""
@@ -14,7 +14,7 @@ ENV NEOFORGED_VERSION=""
ENV FABRIC_VERSION=""
ENV FABRIC_INSTALLER_VERSION=""
# Java settings
# Java settings.
ENV JAVA_VERSION=""
ENV XMX_SIZE=""