parent
e896f2a644
commit
1aee5d5366
|
@ -1,9 +1,9 @@
|
|||
FROM java:8-alpine
|
||||
|
||||
ARG MINECRAFT_VERSION=1.11.2
|
||||
ARG PAPER_BUILD=1045
|
||||
ARG PAPER_BUILD=1046
|
||||
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
|
||||
ARG PAPER_SHA512=b8f16ebe72ebb99383fdd2b26ed5480a4d0260a3b9a71d55502b108bcb423354e5180c7b81f8f364c1d11e84ea5be94d1a6b30b3443c876b86e8f8a386ae2d83
|
||||
ARG PAPER_SHA512=6ae0b9439599b9bdfe53d3d2ff3e1f06baf651a97c9268e9a9106ef07be45705651ff75ad77183ea1f67566ad95bda79e4a603ee94efeff35fab6304066c4b31
|
||||
|
||||
WORKDIR /data
|
||||
ADD "${PAPER_URL}" /srv/paper.jar
|
||||
|
|
|
@ -6,7 +6,7 @@ This image includes the Jenkins build of Paper, the "high performance Spigot for
|
|||
|
||||
All available tags are always listed [in Docker Hub](https://hub.docker.com/r/icedream/paper/tags), the list below explains the maintained tags:
|
||||
|
||||
- `latest`, `b1045`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
|
||||
- `latest`, `b1046`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
|
||||
- `b916.2`, `mc-1.10.2`, `mc-1.10`: Latest server for Minecraft 1.10.x.
|
||||
- `b773`, `mc-1.9.4`, `mc-1.9`: Latest server for Minecraft 1.9.x.
|
||||
- `b443`, `mc-1.8.8`, `mc-1.8`: Latest server for Minecraft 1.8.x.
|
||||
|
|
Loading…
Reference in New Issue