parent
6a35c2d27e
commit
165d3b347c
|
@ -1,8 +1,8 @@
|
||||||
FROM java:8-alpine
|
FROM java:8-alpine
|
||||||
|
|
||||||
ARG WATERFALL_BUILD=76
|
ARG WATERFALL_BUILD=77
|
||||||
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=032608e32b41d834c3daeb5d3276bff256daa255f55a708bac35e2d7974f3c9daac7c4c74140c151bbdcc7e0e65a7750d86ecae7524aec52763d07eb55660e9c
|
ARG WATERFALL_SHA512=79f9034ca66aeb8218984126237f0179ffa9b5bea84f637e9c687a6c4dcbc34cb01c287faf8789d49565c4b720c105564f26d53c8bf1d69fa7b19475b6310c3a
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
ADD "${WATERFALL_URL}" /srv/waterfall.jar
|
ADD "${WATERFALL_URL}" /srv/waterfall.jar
|
||||||
|
|
|
@ -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`, `b76`: Latest version of Waterfall.
|
- `latest`, `b77`: 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`.
|
||||||
|
|
Loading…
Reference in New Issue