parent
27d73e73cc
commit
86b73b5b33
|
@ -1,8 +1,8 @@
|
||||||
FROM java:8-alpine
|
FROM java:8-alpine
|
||||||
|
|
||||||
ARG WATERFALL_BUILD=84
|
ARG WATERFALL_BUILD=85
|
||||||
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=9825201088c640e44781417fe33a020ef63e502ff6e6b0117b56738157c760e9e05ef4e607c7c36094ed987d2f8471d9ad6f1c084e13b8f227a33ac7412b7071
|
ARG WATERFALL_SHA512=31460683ff251820b38d0a702187523dd6ec22beb246c128849ecc51bc6f6bb9e1d88fbc240cd282f11545e7a815c30a8fcb11242136206e70283d937a0fc310
|
||||||
|
|
||||||
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`, `b84`: Latest version of Waterfall.
|
- `latest`, `b85`: 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