This project contains the dockerfile used for the Prime Pipeline Docker image.
To run the Docker image locally or in a build pipeline, Docker is required.
In order to pull the image, run:
docker pull dfdsdk/prime-pipeline:tagname
Replace tagname with the release number of the release you wish to pull. Releases can be found on Docker Hub.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request to merge with master
Whenever a new commit is submitted to master, a build is triggered in DockerHub. After committing, make sure to make a new incremental release in github.
MIT LICENSE