ba2d01d7e2
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `d210571` -> `ed60d27` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `aab73f5` -> `84d4f98` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `f0c2a7c` -> `dc66fb9` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `d3d0468` -> `b3e6a86` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `4a914df` -> `19d4ebe` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `56c55ef` -> `7e10bc2` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `b3f3f34` -> `a84f83e` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `d0ae5ce` -> `333672a` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `9308c4f` -> `f0f0956` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `262e230` -> `6e80f1c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/docker-minecraft-server (ghcr.io/itzg/minecraft-server)</summary> ### [`v2025.8.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2025.8.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2025.6.2...2025.8.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Use Paper's Fill v3 download API by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3519](https://redirect.github.com/itzg/docker-minecraft-server/pull/3519) - cf: retry file downloads on premature close error by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3528](https://redirect.github.com/itzg/docker-minecraft-server/pull/3528) - cf: retry file download when Netty channel/timeout exceptions by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3529](https://redirect.github.com/itzg/docker-minecraft-server/pull/3529) - build: add back java11 for 1.16.5 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3530](https://redirect.github.com/itzg/docker-minecraft-server/pull/3530) - Add back java16 variant for Paper 1.16.5 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3531](https://redirect.github.com/itzg/docker-minecraft-server/pull/3531) - Add particle effects to CF global excludes by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3532](https://redirect.github.com/itzg/docker-minecraft-server/pull/3532) - Quieter Paper/Bukkit default configs downloading by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3535](https://redirect.github.com/itzg/docker-minecraft-server/pull/3535) - Excluding BetterGrassify and Distration Free Recipes by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3544](https://redirect.github.com/itzg/docker-minecraft-server/pull/3544) - Switch PAPER\_CONFIG\_DEFAULTS\_REPO to https://github.com/Shonz1/minecraft-default-configs by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3541](https://redirect.github.com/itzg/docker-minecraft-server/pull/3541) - fabric: add option to force reinstall by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3559](https://redirect.github.com/itzg/docker-minecraft-server/pull/3559) - cf: exclude fastquit by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3555](https://redirect.github.com/itzg/docker-minecraft-server/pull/3555) - modrinth: prioritize target loader when resolving project versions by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3570](https://redirect.github.com/itzg/docker-minecraft-server/pull/3570) - Add VERSION\_FROM\_MODRINTH\_PROJECTS by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3580](https://redirect.github.com/itzg/docker-minecraft-server/pull/3580) ##### Bug Fixes - When using a custom server, allow specifying MODRINTH\_LOADER with MODRINTH\_PROJECTS by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3527](https://redirect.github.com/itzg/docker-minecraft-server/pull/3527) ##### Documentation - Note native auto-pause support by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3520](https://redirect.github.com/itzg/docker-minecraft-server/pull/3520) - Clarified docker attach usage for compose vs non-compose by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3521](https://redirect.github.com/itzg/docker-minecraft-server/pull/3521) - Adjusted wording and example for generator settings by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3522](https://redirect.github.com/itzg/docker-minecraft-server/pull/3522) - Added packwiz example by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3523](https://redirect.github.com/itzg/docker-minecraft-server/pull/3523) - Move page about building image out of contributing section by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3538](https://redirect.github.com/itzg/docker-minecraft-server/pull/3538) - Add a MOTD example with placeholders by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3540](https://redirect.github.com/itzg/docker-minecraft-server/pull/3540) - docs: fix incorrect Minecraft version link by [@​mykokhehiehieh](https://redirect.github.com/mykokhehiehieh) in [https://github.com/itzg/docker-minecraft-server/pull/3549](https://redirect.github.com/itzg/docker-minecraft-server/pull/3549) - Docs: fix env var for enabling query by [@​gkeeth](https://redirect.github.com/gkeeth) in [https://github.com/itzg/docker-minecraft-server/pull/3552](https://redirect.github.com/itzg/docker-minecraft-server/pull/3552) - Upgrade dev mkdocs to Python 3.11 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3569](https://redirect.github.com/itzg/docker-minecraft-server/pull/3569) ##### Other Changes - Add GuideME to exclude list by [@​caitlynrw](https://redirect.github.com/caitlynrw) in [https://github.com/itzg/docker-minecraft-server/pull/3534](https://redirect.github.com/itzg/docker-minecraft-server/pull/3534) - build(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs in the patches group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/itzg/docker-minecraft-server/pull/3542](https://redirect.github.com/itzg/docker-minecraft-server/pull/3542)2 - Revert "Add GuideME to exclude list" by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3546](https://redirect.github.com/itzg/docker-minecraft-server/pull/3546) - Add support for `accepts-transfers` and `rate-limit` server properties by [@​fewwan](https://redirect.github.com/fewwan) in [https://github.com/itzg/docker-minecraft-server/pull/3550](https://redirect.github.com/itzg/docker-minecraft-server/pull/3550) - Fix pufferfish url script by [@​MacKey-255](https://redirect.github.com/MacKey-255) in [https://github.com/itzg/docker-minecraft-server/pull/3553](https://redirect.github.com/itzg/docker-minecraft-server/pull/3553) - cf + modrinth: exclude config-menus-forge & welcome-screen by [@​Bobrokus](https://redirect.github.com/Bobrokus) in [https://github.com/itzg/docker-minecraft-server/pull/3561](https://redirect.github.com/itzg/docker-minecraft-server/pull/3561) - update NanoLimbo repository name by [@​Navio1430](https://redirect.github.com/Navio1430) in [https://github.com/itzg/docker-minecraft-server/pull/3564](https://redirect.github.com/itzg/docker-minecraft-server/pull/3564) - build(deps): bump the patches group in /docs with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/itzg/docker-minecraft-server/pull/3572](https://redirect.github.com/itzg/docker-minecraft-server/pull/3572)2 - Update Forge promotions URL by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3584](https://redirect.github.com/itzg/docker-minecraft-server/pull/3584) ##### New Contributors - [@​caitlynrw](https://redirect.github.com/caitlynrw) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3534](https://redirect.github.com/itzg/docker-minecraft-server/pull/3534) - [@​mykokhehiehieh](https://redirect.github.com/mykokhehiehieh) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3549](https://redirect.github.com/itzg/docker-minecraft-server/pull/3549) - [@​fewwan](https://redirect.github.com/fewwan) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3550](https://redirect.github.com/itzg/docker-minecraft-server/pull/3550) - [@​gkeeth](https://redirect.github.com/gkeeth) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3552](https://redirect.github.com/itzg/docker-minecraft-server/pull/3552) - [@​MacKey-255](https://redirect.github.com/MacKey-255) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3553](https://redirect.github.com/itzg/docker-minecraft-server/pull/3553) - [@​Bobrokus](https://redirect.github.com/Bobrokus) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3561](https://redirect.github.com/itzg/docker-minecraft-server/pull/3561) - [@​Navio1430](https://redirect.github.com/Navio1430) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3564](https://redirect.github.com/itzg/docker-minecraft-server/pull/3564) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2025.6.1...2025.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
244 lines
7.8 KiB
YAML
244 lines
7.8 KiB
YAML
image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0@sha256:6e80f1cb1aa4f10d322e9e2a4fdf4684426b28273e52f0a3629b8eb7b8ab7d50
|
|
pullPolicy: Always
|
|
j21Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java21@sha256:6e80f1cb1aa4f10d322e9e2a4fdf4684426b28273e52f0a3629b8eb7b8ab7d50
|
|
pullPolicy: Always
|
|
j21graalvmImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java21-graalvm@sha256:f0f0956c6ec675ff4174fa2717aabedfbd7b2a87a30020216f92cf25e1677057
|
|
pullPolicy: Always
|
|
j21alpineImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java21-alpine@sha256:333672a4c275f5edbdc95fde83b928df262007fcb95c9319ce23001d05bf348c
|
|
pullPolicy: Always
|
|
j17Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java17@sha256:a84f83e195d206cb3f3c5d6440fbd7c81f060e94b3615c64d00e717a7fcb689d
|
|
pullPolicy: Always
|
|
j17jdkImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2024.6.1-java17-jdk@sha256:2c43fcede436aff9f50b1adf4448d55d221651be471ef41412232c141bfa89f6
|
|
pullPolicy: Always
|
|
j17graalvmImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java17-graalvm@sha256:7e10bc23c863c3fee38e6e1a9942072d2b67c3ba442c753a59437b5e519dca1d
|
|
pullPolicy: Always
|
|
j17alpineImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java17-alpine@sha256:19d4ebe151b7835e707a871aec4da78cddb56c06b241ed7ad295620860504103
|
|
pullPolicy: Always
|
|
j11Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java11@sha256:b3e6a861e6b61ab7df77a422fdbc54a8df37e8b7c8e1670cc2da3b4b5d21205b
|
|
pullPolicy: Always
|
|
j8Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java8@sha256:dc66fb95ee34448b149f258cabb6cb0eab1077b6773ed75a85bdebaf90999f76
|
|
pullPolicy: Always
|
|
j8graalvmImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java8-graalvm-ce@sha256:84d4f98c55b5cad93692d2d43fedad0a69b7f79724e6bc56e89ba22677038042
|
|
pullPolicy: Always
|
|
j8jdkImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2025.8.0-java8-jdk@sha256:ed60d27d1f344fbce15ce44dd3834bccc12ef29ef1cf38844353987e87a2f85a
|
|
pullPolicy: Always
|
|
j8alpineImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2024.9.0-java8-alpine@sha256:ee8505b9670a82b7703ec35b2a87fe9b7f7823b50ae50fad18bf1fe511e577f9
|
|
pullPolicy: Always
|
|
mcBackupImage:
|
|
repository: docker.io/itzg/mc-backup
|
|
tag: latest@sha256:ca16bbeca04ce38469d187d9795985bf7e986d4798e330eb225e8cb9c1fba199
|
|
pullPolicy: Always
|
|
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
protocol: tcp
|
|
port: 25565
|
|
query:
|
|
enabled: true
|
|
protocol: udp
|
|
port: 25565
|
|
rcon:
|
|
enabled: true
|
|
ports:
|
|
rcon:
|
|
enabled: true
|
|
port: 25575
|
|
|
|
mcbackup:
|
|
zstd_params:
|
|
- --long=25
|
|
- --single-thread
|
|
# comma separated list
|
|
excludes:
|
|
- "*.jar"
|
|
- "cache"
|
|
- "logs"
|
|
- "*.tmp"
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
imageSelector: image
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- mc-health
|
|
readiness:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- mc-health
|
|
startup:
|
|
enabled: true
|
|
type: exec
|
|
command:
|
|
- mc-health
|
|
env:
|
|
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
QUERY_PORT: "{{ .Values.service.main.ports.query.port }}"
|
|
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
|
|
ENABLE_QUERY: "true"
|
|
EULA: "TRUE"
|
|
GUI: "FALSE"
|
|
OVERRIDE_SERVER_PROPERTIES: true
|
|
VERSION: "LATEST"
|
|
TYPE: "VANILLA"
|
|
DIFFICULTY: easy
|
|
MAX_PLAYERS: 20
|
|
MAX_WORLD_SIZE: 10000
|
|
ALLOW_NETHER: true
|
|
ANNOUNCE_PLAYER_ACHIEVEMENTS: true
|
|
ENABLE_COMMAND_BLOCK: false
|
|
FORCE_GAMEMODE: false
|
|
GENERATE_STRUCTURES: true
|
|
HARDCORE: false
|
|
MAX_BUILD_HEIGHT: 256
|
|
MAX_TICK_TIME: 60000
|
|
SPAWN_ANIMALS: true
|
|
SPAWN_MONSTERS: true
|
|
SPAWN_NPCS: true
|
|
VIEW_DISTANCE: 16
|
|
MODE: survival
|
|
MOTD: "Welcome to Minecraft on TrueNAS Scale!"
|
|
PVP: false
|
|
LEVEL_TYPE: DEFAULT
|
|
LEVEL: world
|
|
ONLINE_MODE: true
|
|
MEMORY: 2048M
|
|
RCON_PASSWORD: "secretrconpass"
|
|
# PACKWIZ_URL: ""
|
|
# CUSTOM_SERVER: ""
|
|
# QUILT_LOADER_VERSION: ""
|
|
# QUILT_LAUNCHER: ""
|
|
# QUILT_LAUNCHER_URL: ""
|
|
# PUFFERFISH_BUILD: "lastSuccessfulBuild"
|
|
# FORGEVERSION: ""
|
|
# FORGE_INSTALLER: ""
|
|
# FORGE_INSTALLER_URL: ""
|
|
# FABRIC_LOADER_VERSION: ""
|
|
# FABRIC_INSTALLER: ""
|
|
# FABRIC_INSTALLER_URL: ""
|
|
# SPIGOT_DOWNLOAD_URL: ""
|
|
# BUILD_FROM_SOURCE: false
|
|
# BUKKIT_DOWNLOAD_URL: ""
|
|
# PAPERBUILD: ""
|
|
# PAPER_DOWNLOAD_URL: ""
|
|
# AIRPLANE_BUILD: "lastSuccessfulBuild"
|
|
# MAGMA_CHANNEL: "stable"
|
|
# MOHIST_BUILD: ""
|
|
# CANYON_BUILD: ""
|
|
# SPONGEBRANCH: "STABLE"
|
|
# SPONGEVERSION: ""
|
|
# LIMBO_BUILD: "LATEST"
|
|
# LIMBO_SCHEMA_FILENAME: "default.schem"
|
|
# CRUCIBLE_RELEASE: "latest"
|
|
# FTB_MODPACK_ID: ""
|
|
# FTB_MODPACK_VERSION_ID: ""
|
|
# CF_SERVER_MOD: ""
|
|
# CF_BASE_DIR: ""
|
|
# USE_MODPACK_START_SCRIPT: true
|
|
# FTB_LEGACYJAVAFIXER: false
|
|
# WHITELIST: ""
|
|
# OPS: ""
|
|
# ICON: ""
|
|
# SEED: ""
|
|
# GENERATOR_SETTINGS: ""
|
|
# WORLD: ""
|
|
# FORCE_REDOWNLOAD: false
|
|
# USE_FLARE_FLAGS: false
|
|
# USE_AIKAR_FLAGS: true
|
|
# USE_SIMD_FLAGS: false
|
|
# JVM_OPTS: ""
|
|
# JVM_XX_OPTS: ""
|
|
# CF_API_KEY
|
|
# CF_PAGE_URL
|
|
# CF_SLUG
|
|
# CF_EXCLUDE_INCLUDE_FILE
|
|
# CF_EXCLUDE_MODS
|
|
# CF_FORCE_INCLUDE_MODS
|
|
# CF_FORCE_SYNCHRONIZE
|
|
# CF_OVERRIDES_SKIP_EXISTING
|
|
# CF_PARALLEL_DOWNLOADS
|
|
# CF_SET_LEVEL_FROM
|
|
mcbackup:
|
|
enabled: true
|
|
imageSelector: mcBackupImage
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
BACKUP_METHOD: "tar"
|
|
DEST_DIR: "{{.Values.persistence.backups.mountPath }}"
|
|
SRC_DIR: "{{.Values.persistence.data.mountPath }}"
|
|
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
RCON_HOST: '{{ printf "%s-rcon" (include "tc.v1.common.lib.chart.names.fullname" $) }}'
|
|
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
|
|
RCON_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.RCON_PASSWORD }}"
|
|
SERVER_HOST: '{{ include "tc.v1.common.lib.chart.names.fullname" $ }}'
|
|
|
|
ZSTD_PARAMETERS: '{{ join " " .Values.mcbackup.zstd_params }}'
|
|
EXCLUDES: '{{ join "," .Values.mcbackup.excludes }}'
|
|
|
|
INITIAL_DELAY: "2m"
|
|
BACKUP_INTERVAL: "24h"
|
|
PRUNE_BACKUPS_DAYS: "7"
|
|
PAUSE_IF_NO_PLAYERS: "false"
|
|
PLAYERS_ONLINE_CHECK_INTERVAL: "5m"
|
|
LINK_LATEST: "false"
|
|
TAR_COMPRESS_METHOD: "zstd"
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /data
|
|
mcbackup:
|
|
mountPath: /data
|
|
readOnly: true
|
|
backups:
|
|
enabled: true
|
|
targetSelector:
|
|
main:
|
|
mcbackup:
|
|
mountPath: /backups
|