Compare commits

..

26 Commits

Author SHA1 Message Date
Icedream 577ca3e413 Update to Paper build 1079. 2017-04-09 23:13:48 +02:00
Icedream 46b442fc0c
Update to Paper build 1078. 2017-04-04 10:41:08 +02:00
Icedream 2e4c14d657
Update to Paper build 1077. 2017-04-04 10:40:53 +02:00
Icedream 4f23a9a316
Update to Paper build 1076. 2017-03-27 09:36:52 +02:00
Icedream eac36e3c79
Update to Paper build 1075. 2017-03-27 09:36:49 +02:00
Icedream e1c0dffb0d
Update to Paper build 1074. 2017-03-27 09:36:42 +02:00
Icedream 328b3661b7
Update to Paper build 1073. 2017-03-27 09:36:17 +02:00
Icedream 80062f887d
Update to Paper build 1072. 2017-03-27 09:36:12 +02:00
Icedream b933582cec
Update to Paper build 1071. 2017-03-27 09:35:57 +02:00
Icedream 8096e1a2d6
Update to Paper build 1070. 2017-03-27 09:35:51 +02:00
Icedream f6c94e5db2
Update to Paper build 1069. 2017-03-27 09:35:47 +02:00
Icedream 6a25f9bf8e
Update to Paper build 1068. 2017-03-27 09:35:42 +02:00
Icedream 894e6cfbac
Update to Paper build 1067. 2017-03-27 09:35:38 +02:00
Icedream e49e820568
Update to Paper build 1066. 2017-03-27 09:35:08 +02:00
Icedream 7ae2b6048d
Update to Paper build 1065. 2017-03-27 09:35:03 +02:00
Icedream c86f171e23
Update to Paper build 1064. 2017-03-27 09:34:11 +02:00
Icedream f874ab9ee4
Update to Paper build 1063. 2017-03-27 09:33:49 +02:00
Icedream 1e7d10acd4
Update to Paper build 1062. 2017-03-06 11:48:58 +01:00
Icedream 6ce855ca26
Update to Paper build 1061. 2017-03-06 11:48:35 +01:00
Icedream 0e244e9c60
Update to Paper build 1060. 2017-02-27 09:08:49 +01:00
Icedream e094b64a6a
Update to Paper build 1059. 2017-02-21 00:57:35 +01:00
Icedream cf24d023f5
Update to Paper build 1058. 2017-02-21 00:56:38 +01:00
Icedream b3d6c0af63
Update to Paper build 1057. 2017-02-15 13:39:04 +01:00
Icedream 0168804550
Update to Paper build 1056. 2017-02-13 10:12:29 +01:00
Icedream 628932cd33
Update to Paper build 1055. 2017-02-09 14:02:58 +01:00
Icedream 8e4970d0ea
Update to Paper build 1054. 2017-02-09 14:02:38 +01:00
2 changed files with 3 additions and 3 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.11.2
ARG PAPER_BUILD=1053 ARG PAPER_BUILD=1079
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-${PAPER_BUILD}.jar
ARG PAPER_SHA512=5ac79f3061bc252aea9022d3b6207da87e30f0f7899577f27eb0e5bb7e9c6f3a8548bb9c113224590ef9067a63b122250034c8beb1b4175ade087860b3474464 ARG PAPER_SHA512=90a462529051a57df957ab65e19708e30aeb80b9d6a311d964e4a73ed3621ee667aff10c1b9673369e5cfb0e85728bd256606f47481b86f699d93b04c3a8b3bd
WORKDIR /data WORKDIR /data
ADD "${PAPER_URL}" /srv/paper.jar ADD "${PAPER_URL}" /srv/paper.jar

View File

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