File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
4949 --var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
5050 --from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
5151
52- ARG MC_HELPER_VERSION=1.52.0
52+ ARG MC_HELPER_VERSION=1.52.1
5353ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
5454# used for cache busting local copy of mc-image-helper
5555ARG MC_HELPER_REV=1
Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ shopt -s nullglob
2828
2929isDebugging && set -x
3030
31- # umask 002
31+ if (( $(mc- image- helper java- release) >= 17 )) ; then
32+ MC_IMAGE_HELPER_OPTS+=" --enable-native-access=ALL-UNNAMED"
33+ export MC_IMAGE_HELPER_OPTS
34+ fi
35+
3236export HOME=/data
3337
3438log " Running as uid=$( id -u) gid=$( id -g) with /data as '$( ls -lnd /data) '"
You can’t perform that action at this time.
0 commit comments