sbt/docker-sbt

Latest tag is missing

lmyslinski opened this issue ยท 6 comments

docker pull hseeberger/scala-sbt fails due to the latest tag not being present on docker hub.

@hseeberger is there any automation in the pushing of docker images?

+1

+100500

you can always propose a pull request that would fix this

There is no more latest. Which one should that be?

the oracle docker image also has multiple versions where they just take some baseline as latest

For quick tests you might not care about what OS you are running on, all you want is a recent scala/sbt version. Personally I would just pick debian / openjdk lts.

For production system use you should of course pick a specific version for reproducibility