Skip to content

1.6.22

Compare
Choose a tag to compare
@twaugh twaugh released this 06 Mar 16:56
· 2088 commits to master since this release

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