Skip to content

joinframework/join-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

join-ci

GitHub License

Docker image for join framework continuous integration.

This is an Ubuntu based docker image, with all the mandatory tools for the join framework project continuous integration (building and testing).

Creating image

To create the docker image do this:

docker build -t joinframework/join-ci .

Testing image

To run and test the docker image do this:

docker run -it --privileged --rm joinframework/join-ci

Pushing image to docker hub

To deploy the docker image to docker hub do this:

docker push joinframework/join-ci:latest

Creating a local image

To create a local image tarball do this:

docker save -o join-ci.tar joinframework/join-ci:latest

License

MIT

About

Docker image for the join framework continuous integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published