parent
bea16108bd
commit
69668355d5
|
@ -1,8 +1,8 @@
|
|||
FROM java:8-alpine
|
||||
|
||||
ARG WATERFALL_BUILD=79
|
||||
ARG WATERFALL_BUILD=80
|
||||
ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar
|
||||
ARG WATERFALL_SHA512=81e64c7c8ce0ebdac3607dc97ed5f6664291b26baa08501ab9a55894ab20b84dcadc017a62c94c376bddea4f2862448b6805b5ef3c1568899ba0cc1622e14913
|
||||
ARG WATERFALL_SHA512=78d465c328c5d05a0e451710cffcccb28553212c1c335c613ee88d46581e7a8479e7bf690a7ed349d0441fa97e11c3f0bf8f028327a07a6a9aa43392788f70f4
|
||||
|
||||
WORKDIR /data
|
||||
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:
|
||||
|
||||
- `latest`, `b79`: Latest version of Waterfall.
|
||||
- `latest`, `b80`: Latest version of Waterfall.
|
||||
|
||||
Previous builds may also be available as tags in the format `b<number>`, for
|
||||
example `b75`.
|
||||
|
|
Loading…
Reference in New Issue