Sign inSign up

ramsvidor/sbt-packager

By ramsvidor

Updated over 4 years ago

Docker image for packaging Scala/sbt projects running on Debian with GraalVM

Image
0

223

ramsvidor/sbt-packager repository overview

Debian based GraalVM Community Edition/Scala/sbt packager for Docker

Docker image to build Scala applications running on GraalVM CE and Debian.

@see Dockerfile

Base image

How to use this image

Pull and start a Java instance
  • docker pull ramsvidor/sbt-packager
  • docker run --rm --volume "${PWD}:/var/lib/my-project" -w /var/lib/my-project ramsvidor/sbt-packager sbt "Debian/packageBin"

Supported Docker versions

This image is officially supported on Docker version 20.10 and newer. Support for older versions is provided on a best-effort basis. Please see the Docker installation documentation for details on how to upgrade your Docker daemon.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

License

This code is open source software licensed under the Apache 2.0 License.

Tag summary

Content type

Image

Digest

Size

779.9 MB

Last updated

over 4 years ago

docker pull ramsvidor/sbt-packager