Installation
Requirements
In order to build images, you need to have either
podmanordockerinstalled as well as theansible-builderPython package. The--container-runtimeoption needs to correspond to the Podman/Docker executable you intend to use.ansible-builderversion1.1.0requires Python3.8or higher.
Install from PyPi
$ pip install ansible-builder
Install from Source
To install from the mainline development branch:
$ pip install https://github.com/ansible/ansible-builder/archive/devel.zip
To install from a specific tag or branch, replace <ref> in the following example:
$ pip install https://github.com/ansible/ansible-builder/archive/<ref>.zip