Skip to content

Commit

Permalink
Mention that buildah is optional in prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Nov 8, 2024
1 parent 69c4239 commit 2652587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ the `dataclasses <https://pypi.org/project/dataclasses/>`_ module.
Tests leveraging `pytest_container` need to have access to a container
runtime. Currently the following ones are supported:

- `podman <https://podman.io/>`_ and `buildah <https://buildah.io/>`_
- `podman <https://podman.io/>`_ and `buildah <https://buildah.io/>`_ (buildah
is optional and if missing, podman is leveraged for building container images)
- `docker <https://www.docker.com/>`_

.. _runtime selection rules:
Expand Down

0 comments on commit 2652587

Please sign in to comment.