A builder image to build java code with sbt. It's based in alpine-base.
324
A builder image to build java code with sbt. It comes from alpine-jvm8.
docker build -t rawmind/alpine-sbt-builder:<version> .
0.13.11-4 (Dockerfile)0.13.11-2 (Dockerfile)To use this image, run it with a build script as a parameter. A build script must have all the commands to build your app.
docker run -t --rm \
-v <code-path>:/opr/src/<app> \
alpine-sbt-builder:<version> ./build.sh"
Content type
Image
Digest
Size
120.9 MB
Last updated
almost 8 years ago
docker pull rawmind/alpine-sbt-builder:0.13.11-5