50f75729eb
Use https instead of http to ensure the safety. Change-Id: Iaf09b5b878e117d2333c30b8a769304a4a20f7ee
11 lines
526 B
YAML
11 lines
526 B
YAML
---
|
|
prelude: >
|
|
In Newton cycle we included means to change various things in Kolla images
|
|
using override file. Full customization guide can be found here
|
|
https://docs.openstack.org/developer/kolla/image-building.html#dockerfile-customisation
|
|
features:
|
|
- Customization mechanism for dockerfile
|
|
- Customization implemented in most of OpenStack services
|
|
- Ability to modify repositories, packages installed and keys installed
|
|
- Ability to inject or override code in certain placess across dockerfiles
|