Update to Waterfall build 82.

develop b82
Icedream 2017-02-02 12:25:06 +01:00
parent 90e29cb39e
commit 930217613e
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=81 ARG WATERFALL_BUILD=82
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=557786c68d8d97708bd844b1799cf63df2611bce11747f8ef174917cd2b50e9fb6d5d069c398ab616a6f36d31568c7a3f2cd4741ebb1f02b9cb9b8469628e0f0 ARG WATERFALL_SHA512=0b448be45b8e0ad204a9212b173ac0fd9b4c216f6745a5ff3425378d40b9e9e44be9abf98f9b8b89e9b7992b62158bd0cd0684ca98fc83f792c40eaae5984b4a
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`, `b81`: Latest version of Waterfall. - `latest`, `b82`: 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`.