eed3si9n / docker-sbt

Docker image for sbt
https://hub.docker.com/r/eed3si9n/sbt
Apache License 2.0
18 stars 5 forks source link

Versions 1.3.2 and 1.3.4 are not working in non interactive mode #1

Open joan38 opened 4 years ago

joan38 commented 4 years ago

Hey!

The following is not working:

docker run --mount src="$(pwd)",target=/opt/workspace,type=bind eed3si9n/sbt:sbt1.3.4-jdk8-alpine sbt test

Whereas with 1.3.0 it does:

docker run --mount src="$(pwd)",target=/opt/workspace,type=bind eed3si9n/sbt:sbt1.3.0-jdk8-alpine sbt test

Could we make the entrypoint sbt so that we can do:

docker run --mount src="$(pwd)",target=/opt/workspace,type=bind eed3si9n/sbt:sbt1.3.4-jdk8-alpine test

Thanks

eed3si9n commented 4 years ago

I think at some point the AdoptOpenJDK changed to using jshell as the entry point.