parent
c98cfa07fb
commit
f1e5a7bc19
|
@ -1,8 +1,8 @@
|
||||||
FROM java:8-alpine
|
FROM java:8-alpine
|
||||||
|
|
||||||
ARG WATERFALL_BUILD=99
|
ARG WATERFALL_BUILD=100
|
||||||
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=bc184b728cda464d23abdb1975f8e696eb44f241bfc78cd15041240addf9bcdc0f2d21699d28746ff88147c5f4c7887c58c9446464762496f5857fa2b62ab620
|
ARG WATERFALL_SHA512=bf375b74ee2093d40821661b662a4d633ceb170138153ba390d43092cdd9a77839392dbb2bfca5522282d1bc8af92b9d3e9d8c0fa96debaff1055ee78cdcf240
|
||||||
|
|
||||||
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`, `b99`: Latest version of Waterfall.
|
- `latest`, `b100`: 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