parent
6bec8fba47
commit
fa518b0e4f
|
@ -1,9 +1,9 @@
|
|||
FROM java:8-alpine
|
||||
|
||||
ARG MINECRAFT_VERSION=1.11.2
|
||||
ARG PAPER_BUILD=1043
|
||||
ARG PAPER_BUILD=1044
|
||||
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
|
||||
ARG PAPER_SHA512=44de2931778e544f846b7c02268eaa91f52895f6a6064cadb094fc8d65312d85080183932cd23a6557a649c7a21f278553e0115c2d4e4bc63df34e532c082ecb
|
||||
ARG PAPER_SHA512=c7b2a0e27170d1b271058490fe85490dff569fe736673a50f7b91bdf4213c0cb740e7245656efd0751f3970fdd0c332292b0f91292f2ae41185efd3c490c895a
|
||||
|
||||
WORKDIR /data
|
||||
ADD "${PAPER_URL}" /srv/paper.jar
|
||||
|
|
|
@ -6,7 +6,10 @@ 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`, `b1043`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
|
||||
- `latest`, `b1044`, `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.
|
||||
|
||||
Previous builds may also be available as tags in the format `b<number>`, for
|
||||
example `b1043`.
|
||||
|
|
Loading…
Reference in New Issue