kolla/releasenotes/notes/add-docker-engine-7402d3fe7349f1f3.yaml
Michal Arbet b76bd4c6ef Add podman for image building
Add podman as an option to choose for container engine
for kolla-build (--engine podman)

Signed-off-by: Konstantin Yarovoy <konstantin.yarovoy@tietoevry.com>
Co-Authored-By: Michal Arbet <michal.arbet@ultimum.io>
Change-Id: I068c906df97745e397408d8c3ef6af47ee037638
2023-09-21 11:01:21 +02:00

8 lines
282 B
YAML

---
features:
- A new engine command-line option has been added to
the client, to allow the user to specify a container
engine to be used for image build, instead of the default
docker container engine. Kolla now supports both docker
and podman container engines.