Skip to content

adhoclabs/scala-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scala-builder

Dockerfile for creating builder container for scala applications. Contains SBT, AWS CLI, Docker, PostgreSQL 13, Redis, Flyway, and Serverless Framework.

Container is automatically published on docker hub

Usage

docker pull ahlops/scala-builder

Build latest on Docker Hub

  • Push to master, latest will automatically build

Build specific version on Docker Hub

  • Tag branch with name like ^/[0-9.]+$/ (ex: git tag -a 1.0.1 -m "version 1.0.1")
  • Push tags git push --tags