Installation
Requirements
To build images, you must install a containerization tool - either
podmanordocker- as well as theansible-builderPython package.The
--container-runtimeoption must correspond to the containerization tool you use.ansible-builderversion3.xrequires Python3.9or 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