Commit Graph

5 Commits

Author SHA1 Message Date
Marco Vermeulen
935f8e1503 Upgrade docker image to openjdk:11 2019-04-21 22:12:11 +01:00
Marco Vermeulen
2d9a9599e9 Fix build. 2016-11-14 21:14:48 +00:00
Samir Talwar
8909e1755a Set the ENTRYPOINT, rather than the CMD. for the Docker build.
This allows us to override the tasks passed to Gradle with our own. For
example, if we wanted to avoid cleaning:

    $ docker run --rm -it -v $PWD:/usr/src/app -v $HOME/.gradle:/root/.gradle sdkman-cli/gradle -x clean

As non-test tasks can now be passed to Gradle, I have changed the tag
of the image to something more general.
2016-03-05 16:32:43 +00:00
Marco Vermeulen
5d109b0d15 Adds updates for java:8 image to docker file. 2015-09-16 10:52:25 -04:00
Yasuharu Nakano
cf1d95978a Add Dockerfile for tests 2015-03-08 23:08:24 +09:00