Require version 1.20.0 or higher of podman container collection, for the platform arg

This commit is contained in:
Miguel Jacq 2026-06-21 09:41:56 +10:00
parent c7c8b93e09
commit d81c32ab7f
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -1323,7 +1323,7 @@ def _normalise_container_image_item(item: Any) -> Dict[str, Any]:
# --- Container image role renderer ---
_CONTAINER_COLLECTIONS = [
{"name": "community.docker", "version": ">=4.0.0"},
{"name": "containers.podman", "version": ">=1.0.0"},
{"name": "containers.podman", "version": ">=1.20.0"},
]