parent
6feb9071a8
commit
22785bf311
|
@ -1,8 +1,8 @@
|
||||||
FROM java:8-alpine
|
FROM java:8-alpine
|
||||||
|
|
||||||
ARG WATERFALL_BUILD=88
|
ARG WATERFALL_BUILD=89
|
||||||
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=58288239480c80d56f81e3788a78cd1a1ef5d8d14aea584fd6536f542bf9e95d6ed53e8021a23e0b22009a6e6760b292ea12f89fd7ddc3630258a0c5ba7b24b8
|
ARG WATERFALL_SHA512=e93e5aa279651b25ab14de7042432228fbe4fa08375514e9e3781a5f18a0ad6181b3aec882d0e25413698288b14d0fd97a3c15b1535ad39518ee9fc936777e54
|
||||||
|
|
||||||
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`, `b88`: Latest version of Waterfall.
|
- `latest`, `b89`: 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