KIWI - Appliance Builder Next Generation
EL8 fork
In preparation to support creation of native docker containers the way docker likes it, the kiwi schema has to be adapted. So far there was no way to specify additional metadata information for containers. With this commit a new section called <containerconfig> is provided. containerconfig is a subsection of the type and only allowed for the docker image type. This constraint is checked via a schematron rule. In addition an xslt stylesheet moves the currently existing container attribute, which was used to set a name for the container, into the new containerconfig section as name attribute |
||
|---|---|---|
| .github | ||
| doc | ||
| helper | ||
| kiwi | ||
| package | ||
| test | ||
| tools | ||
| .bumpversion.cfg | ||
| .fuzzy | ||
| .gitattributes | ||
| .gitignore | ||
| .landscape.yml | ||
| .locale | ||
| .travis.requirements.txt | ||
| .travis.yml | ||
| .virtualenv.dev-requirements.txt | ||
| .virtualenv.requirements.txt | ||
| LICENSE | ||
| Makefile | ||
| MANIFEST.in | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
| tox.ini | ||
KIWI—Next Generation
====================
.. |Build Status| image:: https://travis-ci.org/SUSE/kiwi.svg?branch=master
:target: https://travis-ci.org/SUSE/kiwi
.. |Health| image:: https://landscape.io/github/SUSE/kiwi/master/landscape.svg?style=flat
:target: https://landscape.io/github/SUSE/kiwi/master
.. |Doc| replace:: `Documentation <https://suse.github.io/kiwi>`__
|Build Status| |Health|
.. topic:: Abstract
KIWI, the OS image and appliance builder.
* `Installation <https://suse.github.io/kiwi/quickstart.html>`__
* `Contributing <https://suse.github.io/kiwi/contributing.html>`__
* |Doc|