Otava requires Python 3.8. If you don't have python 3.8, use pyenv to install it.
Use pip to install otava:
pip install apache-otava
To build the Docker container, run the following command:
docker build -t otava .
[!NOTE] The Dockerfile contains a
--mountoption that requires BuildKit ^1. The BuildKit can be installed with the following commands:Debian and Ubuntu:
apt install -y docker-buildxFedora:
dnf install docker-buildx