harrylaou / scala-sbt-zulu-openjdk-alpine

Scala sbt and zulu-openjdk-alpine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scala-sbt-zulu-openjdk-alpine

Scala sbt and zulu-openjdk-alpine

Docker Stars

Docker Pulls

scala-sbt-zulu-openjdk-alpine

A minimal sbt alpine docker image based on and azul/zulu-openjdk-alpine:17

current environment parameters (can be configured)

SCALA_VERSION=2.13.12
SBT_VERSION=1.9.8

Build

docker build --platform linux/amd64 --tag=harrylaou/scala-sbt-zulu-openjdk-alpine:xxx .

--platform linux/amd64 is necessary to build the correct version to be run for gitlab ci

docker push harrylaou/scala-sbt-zulu-openjdk-alpine:xxx

About

Scala sbt and zulu-openjdk-alpine

License:MIT License


Languages

Language:Dockerfile 100.0%