7071c335dd
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `0678de3` → `bb08cd9` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `aef4a2a` → `14769ca` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `7fd1fd2` → `55f5115` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `bbe9533` → `95811e9` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `f0346b6` → `e471a33` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `1ce3ff2` → `4b4355d` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `82145c0` → `dfe1599` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `86d470f` → `166080c` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `17020f7` → `0550bd3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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> ### [`v2026.3.2`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2026.3.2) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2026.3.1...2026.3.2) <!-- Release notes generated using configuration in .github/release.yml at fba656561f178dd0d0f3b4a7237845e464b774d9 --> ##### What's Changed ##### Enhancements - Added NUMA library by [@​itzg](https://redirect.github.com/itzg) in [#​3962](https://redirect.github.com/itzg/docker-minecraft-server/pull/3962) - Apply logging prefix on output from DEBUG\_MEMORY by [@​itzg](https://redirect.github.com/itzg) in [#​3975](https://redirect.github.com/itzg/docker-minecraft-server/pull/3975) - Add image variant java25-alpine by [@​itzg](https://redirect.github.com/itzg) in [#​3980](https://redirect.github.com/itzg/docker-minecraft-server/pull/3980) ##### Documentation - build: adjust RTD config to explicitly use docs/requirements.txt by [@​itzg](https://redirect.github.com/itzg) in [#​3964](https://redirect.github.com/itzg/docker-minecraft-server/pull/3964) - add dockerfile\_inline example to misc/building by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [#​3963](https://redirect.github.com/itzg/docker-minecraft-server/pull/3963) - notes: removed start-setupForgeApiMods from start flow diagram by [@​itzg](https://redirect.github.com/itzg) in [#​3972](https://redirect.github.com/itzg/docker-minecraft-server/pull/3972) ##### Other Changes - build(deps): bump platformdirs from 4.9.2 to 4.9.4 in /docs in the patches group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3970](https://redirect.github.com/itzg/docker-minecraft-server/pull/3970) - chore(deps): update dependency itzg/mc-server-runner to v1.14.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3971](https://redirect.github.com/itzg/docker-minecraft-server/pull/3971) - chore(deps): update dependency itzg/rcon-cli to v1.7.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3973](https://redirect.github.com/itzg/docker-minecraft-server/pull/3973) - build(deps): bump the patches group in /docs with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3976](https://redirect.github.com/itzg/docker-minecraft-server/pull/3976) **Full Changelog**: <https://github.com/itzg/docker-minecraft-server/compare/2026.3.1...2026.3.2> </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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LWphdmEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
201 lines
5.9 KiB
YAML
201 lines
5.9 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
|
|
image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.2-java25@sha256:0550bd3c1a184ca1ec76f89846e4fb16f965b96f242dc76102ca074e031be934
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 25 ----
|
|
j25jdkImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.2-java25-jdk@sha256:166080c4793233b9da8d65dd0e4f378e6e2604afde778414551da48a5904df51
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 21 (Recommended for modern MC versions) ----
|
|
j21Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.2-java21@sha256:dfe15996e5e41e9cef700cebdba721ba938242ccfb0a52ec6df66abda5bc9d8b
|
|
pullPolicy: Always
|
|
|
|
j21alpineImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.2-java21-alpine@sha256:4b4355d33c39cecf2586bb970dde32ec1de6ad2e23e6fec5c28ddfbe3dc35b9b
|
|
pullPolicy: Always
|
|
|
|
j21jdkImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.2-java21-jdk@sha256:e471a3303781fad982f32a8de9b77763cdc02646f304cea4e573505b9c2e12cc
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 17 (Safe & Supported) ----
|
|
j17Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.2-java17@sha256:95811e9230bbf7e8af1da6fd256f4fa9ccb09fa168de057c860e95b79140042b
|
|
pullPolicy: Always
|
|
|
|
j17jdkImage:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2024.6.1-java17-jdk@sha256:2c43fcede436aff9f50b1adf4448d55d221651be471ef41412232c141bfa89f6
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 16 ----
|
|
j16Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.2-java16@sha256:55f5115b430b998d1cebddae79fe0732b50c6dc2a484ef40cc60f6ec5d2e93bb
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 11 ----
|
|
j11Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.2-java11@sha256:14769ca68a89499a61fe6827af719046c1e6f1181379977cacaa9e4dcc8094f4
|
|
pullPolicy: Always
|
|
|
|
# ---- Java 8 (Use plain java8 only) ----
|
|
j8Image:
|
|
repository: ghcr.io/itzg/minecraft-server
|
|
tag: 2026.3.2-java8@sha256:bb08cd916d0f927130c7b1beb63f0bcb13154d7fb2c33be9ba48dd6398cfcecd
|
|
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
|
|
ssh:
|
|
enabled: true
|
|
ports:
|
|
ssh:
|
|
enabled: true
|
|
protocol: tcp
|
|
targetPort: 2222
|
|
port: 2222
|
|
|
|
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"
|
|
ENABLE_SSH: "false"
|
|
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
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|