Skip to content

tblxio/base-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Base docker image to run CI/CD

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published