Update to Waterfall build 92.

develop b92
Icedream 2017-02-02 12:25:29 +01:00
parent cda823f14a
commit 18c8552f9d
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 FROM java:8-alpine
ARG WATERFALL_BUILD=91 ARG WATERFALL_BUILD=92
ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar
ARG WATERFALL_SHA512=ba4ec3d44bda97997dfe79ca56d786580d23e137cb0349c56c9f6d7c9770cc77d8176865cca56bb2f8ccfaf4cef0931d09f4b9f5fcc3d23c4b131eb5c660a794 ARG WATERFALL_SHA512=46568bfce075ba3c310c2c1cc1cef3bd99d912e115b5d14aa075ba80ec21c62242fb2ca3f845bc55a2212e0302a82c3fd4a49a4b030f925d95516a0297c8b35e
WORKDIR /data WORKDIR /data
ADD "${WATERFALL_URL}" /srv/waterfall.jar 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: 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`, `b91`: Latest version of Waterfall. - `latest`, `b92`: Latest version of Waterfall.
Previous builds may also be available as tags in the format `b<number>`, for Previous builds may also be available as tags in the format `b<number>`, for
example `b75`. example `b75`.