1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Diskimage-builder Documentation
===============================
``diskimage-builder`` is a tool for automatically building customized
operating-system images for use in clouds and other environments.
It includes support for building images based on many major
distributions and can produce cloud-images in all common formats
(``qcow2``, ``vhd``, ``raw``, etc), bare metal file-system images and
ram-disk images. These images are composed from the many included
``elements``; ``diskimage-builder`` acts as a framework to easily add
your own elements for even further customization.
``diskimage-builder`` is used extensively by the `TripleO project
<https://wiki.openstack.org/wiki/TripleO>`__ and within `OpenStack
Infrastructure <https://docs.openstack.org/infra/system-config/>`__.
Code
----
Release notes for the latest and previous versions are available at:
* `https://docs.openstack.org/releasenotes/diskimage-builder/
<https://docs.openstack.org/releasenotes/diskimage-builder/>`__
The code is available at:
* `https://opendev.org/openstack/diskimage-builder/
<https://opendev.org/openstack/diskimage-builder/>`__
Issues
------
Issues are tracked on launchpad at:
* `<https://bugs.launchpad.net/diskimage-builder/+bugs>`__
Communication
-------------
Communication among the diskimage-builder developers happens on IRC in
``#openstack-dib`` on OFTC and on the ``openstack-discuss`` mailing list
(``openstack-discuss@lists.openstack.org``).
Table of Contents
-----------------
.. toctree::
:maxdepth: 2
user_guide/index
developer/index
elements
specs/README
|