Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.83 KB

README.md

File metadata and controls

62 lines (45 loc) · 1.83 KB

base-docker

CircleCI

Base docker image to run Tech & Data Hub CI/CD pipelines

Docker hub repo: https://hub.docker.com/r/techhublisbon/base-image

Prerequisites

Continuous Integration

Check CI status here

How-to-build

VERSION=$(jq -r .version version.json)
docker build -t techhublisbon/base-image:$VERSION .

How-to-run (interactive mode)

docker run --rm -it --name base-image techhublisbon/base-image:$VERSION

How-to-test

(cd test/;sbt 'clean' 'test')

How-to-deploy

docker login -u techhublisbon -p (password)
docker push techhublisbon/base-image:$VERSION

Dependencies

This docker image uses the following dependencies/libraries:

ToDo

  • Automate deployment to Docker Hub

Contributing

Review the contributing guidelines before you make your awesome contribution

License

This project is licensed under the terms of the MIT license. See LICENSE