79a2342395
- This change introduces a docker-dir config option to enable specifying an out of tree additional docker file root dir for use with kolla build. - This change allows kolla's build system to be reused by non kolla or external project to build arbitrary docker images using jinja2 templatized docker files. Co-Authored-By: Michal (inc0) Jastrzebski <inc007@gmail.com> Change-Id: Idbba02a8910866ef1b838e5cbac3ab230551b7e5
7 lines
220 B
YAML
7 lines
220 B
YAML
---
|
|
features:
|
|
- |
|
|
Kolla now supports additional dockerfile directory building if they
|
|
follow Kolla template standard. To add custom docker directory run
|
|
kolla-build --docker-dir /path/to/custom/dockerfiles
|