diff --git a/doc/image-building.rst b/doc/image-building.rst index 1ffa60794e..6e15f84aa3 100644 --- a/doc/image-building.rst +++ b/doc/image-building.rst @@ -223,6 +223,14 @@ append remove Remove a package from the default list. +Using a different base image +---------------------------- + +Base-image can be specified by argument ``--base-image``. For example:: + + kolla-build --base-image registry.access.redhat.com/rhel7/rhel --base rhel + + Plugin Functionality --------------------