Require version 1.20.0 or higher of podman container collection, for the platform arg
This commit is contained in:
parent
c7c8b93e09
commit
d81c32ab7f
1 changed files with 1 additions and 1 deletions
|
|
@ -1323,7 +1323,7 @@ def _normalise_container_image_item(item: Any) -> Dict[str, Any]:
|
||||||
# --- Container image role renderer ---
|
# --- Container image role renderer ---
|
||||||
_CONTAINER_COLLECTIONS = [
|
_CONTAINER_COLLECTIONS = [
|
||||||
{"name": "community.docker", "version": ">=4.0.0"},
|
{"name": "community.docker", "version": ">=4.0.0"},
|
||||||
{"name": "containers.podman", "version": ">=1.0.0"},
|
{"name": "containers.podman", "version": ">=1.20.0"},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue