mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-25 05:05:24 +00:00
Allow pre-escaping unicode in server.properties (#2483)
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
|
|||||||
--var version=1.9.1 --var app=mc-server-runner --file {{.app}} \
|
--var version=1.9.1 --var app=mc-server-runner --file {{.app}} \
|
||||||
--from https://github.com/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
|
--from https://github.com/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
|
||||||
|
|
||||||
ARG MC_HELPER_VERSION=1.36.7
|
ARG MC_HELPER_VERSION=1.36.8
|
||||||
ARG MC_HELPER_BASE_URL=https://github.com/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
|
ARG MC_HELPER_BASE_URL=https://github.com/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
|
||||||
# used for cache busting local copy of mc-image-helper
|
# used for cache busting local copy of mc-image-helper
|
||||||
ARG MC_HELPER_REV=1
|
ARG MC_HELPER_REV=1
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ elif [[ -v OVERRIDE_WHITELIST ]] && isTrue "${OVERRIDE_WHITELIST}"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
sharedArgs=(--version="$VERSION")
|
sharedArgs=(--version="$VERSION")
|
||||||
if isFalse "${ONLINE_MODE:-true}"; then
|
|
||||||
sharedArgs+=( --offline )
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ -v OPS_FILE ]]; then
|
if [[ -v OPS_FILE ]]; then
|
||||||
existing="$EXISTING_OPS_FILE"
|
existing="$EXISTING_OPS_FILE"
|
||||||
|
|||||||
Reference in New Issue
Block a user