KIWI NG is a command-line utility for building Linux system appliances. An appliance is a ready to use image of an operating system that includes a pre-configured application for a specific use case. The appliance is provided as an image file and needs to be deployed to or activated in the target system or service.
KIWI NG can create different types of appliances. In addition to the standard installation ISOs and images for virtual machines, KIWI NG can also build images that boot via PXE or Vagrant boxes.
To build a system image, you need to create a KIWI image description and
mount it into your container.
The KIWI image description
is a collection of human-readable files stored in a directory. Provide at
least one XML file named config.xml
or *.kiwi
. There can be other files
like scripts or configuration files.
To build a KIWI NG appliance, launch the container in privileged mode:
$ podman run --privileged -v /path/to/kiwi/descr:/image:Z registry.opensuse.org/opensuse/bci/kiwi:10.2
For more information about KIWI NG, see the KIWI NG documentation, specifically the Getting Started Guide.
SPDX-License-Identifier: GPL-3.0-or-later
This documentation and the build recipe are licensed as GPL-3.0-or-later. The container itself contains various software components under various open source licenses listed in the associated Software Bill of Materials (SBOM).
This image is based on openSUSE Tumbleweed.