Skip to content

Commit a71c538

Browse files
authored
paper: suggest other release channel when build not found (#3000)
1 parent 379cef3 commit a71c538

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
4747
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
4848
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
4949

50-
ARG MC_HELPER_VERSION=1.39.8
50+
ARG MC_HELPER_VERSION=1.39.9
5151
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
5252
# used for cache busting local copy of mc-image-helper
5353
ARG MC_HELPER_REV=1

docs/types-and-platforms/server-types/paper.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ To allow for the selection of experimental builds, set `PAPER_CHANNEL` to "exper
1616
docker run ... -e TYPE=PAPER -e PAPER_CHANNEL=experimental ...
1717
```
1818

19+
!!! tip
20+
21+
If you see the following error, it likely means you need to set the env var `PAPER_CHANNEL` to "experimental"
22+
23+
```
24+
No build found for version 1.21 with channel 'default'
25+
```
26+
1927
If you are hosting your own copy of Paper you can override the download URL with `PAPER_DOWNLOAD_URL=<url>`.
2028

2129
If you have attached a host directory to the `/data` volume, then you can install plugins via the `plugins` subdirectory. You can also [attach a `/plugins` volume](../../mods-and-plugins/index.md#optional-plugins-mods-and-config-attach-points). If you add plugins while the container is running, you'll need to restart it to pick those up.

0 commit comments

Comments
 (0)