parent
4bd74f3e77
commit
7b05709b3a
|
@ -1,8 +1,8 @@
|
||||||
FROM java:8-alpine
|
FROM java:8-alpine
|
||||||
|
|
||||||
ARG WATERFALL_BUILD=97
|
ARG WATERFALL_BUILD=98
|
||||||
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=2688d0ca5dc111123703d437e623c0710aad55c93cb653f019ff77ec2c1f88fbdfd9699eecba53216935a7999beb2a5e660a2af01bfc6547fb5315fc56d33c0e
|
ARG WATERFALL_SHA512=38b775b52f35265f0ad26326f6e6ab5b48c1e4d0f8a720163527db854b4c348c326e8ded6225f397c96ece78aa8dab3bcd0e9c687275795885b00e55443b9430
|
||||||
|
|
||||||
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`, `b97`: Latest version of Waterfall.
|
- `latest`, `b98`: 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