Update to Waterfall build 101.

develop b101
Icedream 2017-02-13 14:00:21 +01:00
parent f1e5a7bc19
commit 569d2e4046
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
FROM java:8-alpine
ARG WATERFALL_BUILD=100
ARG WATERFALL_BUILD=101
ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar
ARG WATERFALL_SHA512=bf375b74ee2093d40821661b662a4d633ceb170138153ba390d43092cdd9a77839392dbb2bfca5522282d1bc8af92b9d3e9d8c0fa96debaff1055ee78cdcf240
ARG WATERFALL_SHA512=bb660598254eea10af212a7cae72c5ca80b14f6a802356bbfba99aaa6223efce03ce1e028e9a9ef51b564931a4bf1b8c7d8f6e922f7a8404eebf7a1ee15034f9
WORKDIR /data
ADD "${WATERFALL_URL}" /srv/waterfall.jar

View File

@ -6,7 +6,7 @@ This image includes the [Jenkins build of Waterfall](), "a drag and drop replace
All available tags are always listed [in Docker Hub](https://hub.docker.com/r/icedream/waterfall/tags), the list below explains the maintained tags:
- `latest`, `b100`: Latest version of Waterfall.
- `latest`, `b101`: Latest version of Waterfall.
Previous builds may also be available as tags in the format `b<number>`, for
example `b75`.