Compare commits

..

2 Commits
master ... b443

Author SHA1 Message Date
Icedream f0b95a2679
Fix download URL and checksum. 2017-01-27 22:47:08 +01:00
Icedream a77aeac989
Downgrade to Paper build 443 and Minecraft 1.8.8. 2017-01-27 21:44:41 +01:00
2 changed files with 5 additions and 8 deletions

View File

@ -1,9 +1,9 @@
FROM java:8-alpine FROM java:8-alpine
ARG MINECRAFT_VERSION=1.11.2 ARG MINECRAFT_VERSION=1.8.8
ARG PAPER_BUILD=1079 ARG PAPER_BUILD=443
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-1.8.8-fix.jar
ARG PAPER_SHA512=90a462529051a57df957ab65e19708e30aeb80b9d6a311d964e4a73ed3621ee667aff10c1b9673369e5cfb0e85728bd256606f47481b86f699d93b04c3a8b3bd ARG PAPER_SHA512=cee5f076fe587c1cd483c4b0dbcab1af555aded44318c0037b80d767f754cc4ed1b12d09a4a26d06833b6647a7b68df0d4209f9b94d0d470bfbe88ade0e53fb1
WORKDIR /data WORKDIR /data
ADD "${PAPER_URL}" /srv/paper.jar ADD "${PAPER_URL}" /srv/paper.jar

View File

@ -6,10 +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: 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`, `b1079`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x. - `latest`, `b1043`, `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. - `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. - `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. - `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`.