Docker Image packaging for SBT, built on my Oracle Java image. Available on the Docker Hub.
The following environment variables are available to allow you to configure how the container will run, and various options within it:
sbt user within the container. This is set via the container entrypoint. (Default: 1000)sbt user within the container. This is set via the container entrypoint. (Default: 1000)sbt user within the container. (Default: /home/sbt)CMD will be executed in. This is set via the container ENTRYPOINT. (Default: /app)If you want to take advantage of the ivy cache, you can run it like this:
$ docker run -v `pwd`/.ivy2:/home/sbt/.ivy2 seeruk/sbt:<tag> <cmd>
MIT
Feel free to open a pull request, or file an issue on Github. I always welcome contributions as long as they're for the benefit of all (potential) users of this image.
If you're unsure about anything, feel free to ask about it in an issue before you get your heart set on fixing it yourself.
Content type
Image
Digest
Size
222.4 MB
Last updated
almost 10 years ago
docker pull seeruk/sbt