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

- use 'dotty.tools.dotc.config.Properties.versionNumberString' instead of 'util.Properties.versionmsg' when scala 3.

- copy eclipse-temurin dockerfile - change apt-get -> yum (for amazon linux) - The base image doesn't even have tar or gzip so I'm running that first.

At some point in the docker build we do a sanity check but that actually prints the scala library version on Scala 3 see https://github.com/lampepfl/dotty/issues/15796#issuecomment-1202746450 we might be able to...

These come with ubuntu/alpine/windowsservercore This is mentioned on the openjdk docker page --- https://hub.docker.com/_/openjdk?tab=description WARNING If you are a user/consumer of Java, this image is probably not what you expect!...

question

This has been documented on the docker side https://github.com/docker/build-push-action/pull/455 Also see https://docs.docker.com/ci-cd/github-actions/

enhancement

I would like to know if you plan to release any alpine version with reduced size, it would really be very useful if it were released.

When trying to utilize container from vscode remote conatiners, get ``` [190 ms] Setting up container for folder or workspace: /project/path [191 ms] Start: Check Docker is running [191 ms]...

help wanted

**Current situation** Every night we trigger a build First we check the latest sbt version Then we build the matrix of images **Issues** - This is a waste of cpu...

question

I've rebuilt the image with build args `USER_ID` and `GROUP_ID` and I think I'm getting an error related to #219 I'm launching the container via emacs and then launching SBT...

I've been maintaining my own java+sbt image for a few years, but I'd rather switch to yours to make my life simpler. I'm wondering why you include Scala in the...