docker-sbt icon indicating copy to clipboard operation
docker-sbt copied to clipboard

Official sbt docker images

Results 13 docker-sbt issues
Sort by recently updated
recently updated
newest added

Hi, Anyone who's been able to get Renovate configured to automatically create PRs when depending upon the images from this repo? There's some documentation here on how to make Renovate...

solves #217. # policy In #217: > I was thinking to have the latest sbt version committed and a tag created I implemented it. # detail - add sbtVersion tag...

There's the size difference between those two ``` $ docker pull ghcr.io/graalvm/graalvm-community:22.0.1 $ docker pull ghcr.io/graalvm/jdk-community:22.0.1 $ docker inspect -f "{{ .Size }}" ghcr.io/graalvm/graalvm-community:22.0.1 | awk '{printf "%.2f MB\n", $1...