parent
a07d58736c
commit
5ec80485f8
|
@ -1,8 +1,8 @@
|
|||
FROM java:8-alpine
|
||||
|
||||
ARG WATERFALL_BUILD=86
|
||||
ARG WATERFALL_BUILD=87
|
||||
ARG WATERFALL_URL=https://ci.destroystokyo.com/job/Waterfall/${WATERFALL_BUILD}/artifact/Waterfall-Proxy/bootstrap/target/Waterfall.jar
|
||||
ARG WATERFALL_SHA512=7953ac35921a30587c3aab0b59980a80a412671602bb844f280670f23e00faa8d672df8d2e0add86c794e48c5785e0e9181cb3a63aff47b573052c26bc5942b9
|
||||
ARG WATERFALL_SHA512=602f74a74e7660b7037b0431a00505ba2c2e78fbafbaa2cdaf850791806a32f8eb531c2c10b24689d7ffdd0654f6ad6c1310ea1a69fde4befbc3d78ffefd9d4e
|
||||
|
||||
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`, `b86`: Latest version of Waterfall.
|
||||
- `latest`, `b87`: 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