Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
/ scala-on-circleci Public archive

Dockerfile with Scala, AWS and Kubectl, on a CircleCI base image for layered caching

License

Notifications You must be signed in to change notification settings

moia-oss/scala-on-circleci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is archived.


Builder image for Scala 2.13.x on JVM11

Includes

Base Docker Image

Additions

We install and initialize sbt (latest 1.3.X) and scala (latest 2.13.X), the AWS CLI (latest), Kubectl (latest) and Sonar-Scanner (version 3.3).

Usage

If you use CircleCi, you can reference this image in your .circleci/config.yml:

jobs:
  build:
    docker:
      - image: moia/scala-on-circleci:java11
    steps:
      - checkout
      - run: sbt compile

In your build.sbt, set scalaVersion := "2.13.1" and scalacOptions := Seq("-target:11").

License

This code is open source software licensed under the Apache 2.0 License.