Perforce docker images inspired by:
- Amit's docker images
- Tilander's p4 images
- Morita's git-connector image
The base images have all been switched to baseimage docker for proper zombie process handling and cron usage.
These images are also available on docker hub
All operations on the images and repositories are encapsulated in the top level Makefile, which internally uses docker compose.
To install and run the full stack on your local computer, type:
$ make [iterate]
To just build the images, simply type:
$ make build
The docker compose file also uses external environment variables to configure itself, e.g. connecting to an LDAP server, so be sure to modify them if you need to.
- 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 :D
- Jim Tilander (jim@tilander.org)
- Amit Bakshi (ambakshi@gmail.com)