KIWI - Appliance Builder Next Generation EL8 fork
Go to file
Marcus Schäfer b7f7fa11eb
Update schema for container setup
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
2017-01-09 10:52:41 +01:00
.github First draft of issue#43 2016-03-10 13:33:50 +01:00
doc Update schema for container setup 2017-01-09 10:52:41 +01:00
helper Adapt schema generator to rtd doc schema 2016-12-06 18:55:37 +01:00
kiwi Update schema for container setup 2017-01-09 10:52:41 +01:00
package Fixup spec file build requires 2016-12-13 14:35:48 +01:00
test Added DiskFormatVagrantLibVirt class 2016-12-12 11:27:19 +01:00
tools Delete obsolete C tools 2016-06-16 10:30:14 +02:00
.bumpversion.cfg Bump version: 8.28.2 → 8.28.3 2016-12-20 10:58:04 +01:00
.fuzzy Consolidate use of Makefiles for locale setup 2015-12-17 15:41:56 +01:00
.gitattributes Set ident export-subst git attribute on version.py 2016-04-21 16:21:00 +02:00
.gitignore Add C tools binaries to git ignore list 2016-05-31 10:46:48 +02:00
.landscape.yml Added landscap config file 2015-12-05 21:04:53 +01:00
.locale Consolidate use of Makefiles for locale setup 2015-12-17 15:41:56 +01:00
.travis.requirements.txt Use tox target for travis-sphinx 2016-04-18 17:47:38 +02:00
.travis.yml Update travis runtime requirements 2016-11-01 21:21:27 +01:00
.virtualenv.dev-requirements.txt Delete sphinxcontrib-programoutput setup 2016-11-04 10:29:27 +01:00
.virtualenv.requirements.txt Revert "pycparser 2.15 does not play well with xattr" 2016-10-18 19:02:13 +02:00
LICENSE Fix #5: Improve setup.py 2015-12-14 22:32:25 +01:00
Makefile Dereference boot arch symlinks 2016-10-19 21:17:27 +02:00
MANIFEST.in Package kiwi/boot/arch into sub archive 2016-10-18 23:52:05 +02:00
README.rst Update hyper links in project README 2016-06-16 13:47:13 +02:00
setup.cfg Move to tar.gz as sdist target 2016-08-25 16:05:57 +02:00
setup.py Fixed setup.py custom install target 2016-10-19 10:01:56 +02:00
tox.ini Don't mix python module requirements 2016-11-02 11:44:29 +01:00

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|