Base docker image to run Tech & Data Hub CI/CD pipelines
Docker hub repo: https://hub.docker.com/r/techhublisbon/base-image
Check CI status here
VERSION=$(jq -r .version version.json)
docker build -t techhublisbon/base-image:$VERSION .
docker run --rm -it --name base-image techhublisbon/base-image:$VERSION
(cd test/;sbt 'clean' 'test')
docker login -u techhublisbon -p (password)
docker push techhublisbon/base-image:$VERSION
This docker image uses the following dependencies/libraries:
- SBT
- License: Apache 2.0
- Maven
- License: Apache 2.0
- Docker CE
- License: Apache 2.0
- JQ (Json Parser)
- License: Creative Commons 3.0
- Automate deployment to Docker Hub
Review the contributing guidelines before you make your awesome contribution
This project is licensed under the terms of the MIT license. See LICENSE