Installation

Install using pipx

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

Build Docker container

To build the Docker container, run the following command:

docker build -t otava .

[!NOTE] The Dockerfile contains a --mount option that requires BuildKit ^1. The BuildKit can be installed with the following commands:

Debian and Ubuntu: apt install -y docker-buildx

Fedora: dnf install docker-buildx