1.6.22
Build JSON API changes
New 'buildstep_plugins' list in ATOMIC_REACTOR_PLUGINS JSON
New plugins:
- reactor_config (prebuild)
- docker_api (buildstep)
Bug Fixes
Parent's environment variables now correctly handle multiple '='
Improvements
- New plugin type "BuildStepPlugin" was added, these plugins are used for actual building of images, this way we are abstracting the build phase, and make it configurable via plugins, there is docker_api plugin which is doing docker image build by default
- test improvements: removed 'test' subcommand from setup.py, removed dead code from test_reactor.py, improved error logging
- pulp_pull can now pull from insecure HTTPS crane