mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-27 08:52:45 +00:00
Compare commits
3 Commits
2026.3.3
...
feat/cf-sm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22fc2ff79a | ||
|
|
5b9c09b7b2 | ||
|
|
b37c2cc3ef |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -55,15 +55,15 @@ jobs:
|
||||
- variant: java21
|
||||
baseImage: eclipse-temurin:21-jre
|
||||
platforms: linux/amd64,linux/arm64
|
||||
mcVersion: latest
|
||||
mcVersion: 1.21.11
|
||||
- variant: java21-jdk
|
||||
baseImage: eclipse-temurin:21
|
||||
platforms: linux/amd64,linux/arm64
|
||||
mcVersion: latest
|
||||
mcVersion: 1.21.11
|
||||
- variant: java21-alpine
|
||||
baseImage: eclipse-temurin:21-jre-alpine
|
||||
platforms: linux/amd64,linux/arm64
|
||||
mcVersion: latest
|
||||
mcVersion: 1.21.11
|
||||
# JAVA 17:
|
||||
- variant: java17
|
||||
# jammy doesn't work until minecraft updates to https://github.com/netty/netty/issues/12343
|
||||
|
||||
@@ -397,6 +397,12 @@ This image maps known server properties as described in [this section](configura
|
||||
<td><code>Randomly generated</code></td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>RCON_PASSWORD_FILE</code></td>
|
||||
<td>Can be set to read the RCON password from a file. Overrides <code>RCON_PASSWORD</code> if both are set.</td>
|
||||
<td><code></code></td>
|
||||
<td>⬜️</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>RCON_PORT</code></td>
|
||||
<td>The port for RCON</td>
|
||||
|
||||
@@ -144,6 +144,7 @@
|
||||
"smart-hud",
|
||||
"smithing-template-viewer",
|
||||
"smooth-font",
|
||||
"smooth-swapping",
|
||||
"smoothwater",
|
||||
"sodium",
|
||||
"sodium-extra",
|
||||
|
||||
@@ -94,6 +94,7 @@
|
||||
"seasonhud",
|
||||
"ShoulderSurfing",
|
||||
"skinlayers3d",
|
||||
"smoothswapping",
|
||||
"sodium",
|
||||
"sorted_enchantments",
|
||||
"tooltipfix",
|
||||
|
||||
Reference in New Issue
Block a user