parent
0e244e9c60
commit
0127483f2e
|
@ -1,9 +1,9 @@
|
|||
FROM java:8-alpine
|
||||
|
||||
ARG MINECRAFT_VERSION=1.11.2
|
||||
ARG PAPER_BUILD=1060
|
||||
ARG PAPER_BUILD=1061
|
||||
ARG PAPER_URL=https://ci.destroystokyo.com/job/PaperSpigot/${PAPER_BUILD}/artifact/paperclip-${PAPER_BUILD}.jar
|
||||
ARG PAPER_SHA512=a03b273d64972a1c444e24409a00f9d04c832d77bcd9c4b1e32f7fb39332cb5ce75b60383bfddb610d46753e0a9cdc3a5e1f183548c34980d1841238a01cb9c4
|
||||
ARG PAPER_SHA512=ced1be6344e6b9c30def5ae416a634ebc45a7560c4b6e217c0bfdda955372b68970fb15c0de71944a43b06c615a489dd16bb03471f5d504cc579fa2581663b06
|
||||
|
||||
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`, `b1060`, `mc-1.11.2`, `mc-1.11`: Latest server for Minecraft 1.11.x.
|
||||
- `latest`, `b1061`, `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