mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ensures API compatibility for read_only containers
This commit is contained in:
parent
aaac05c96c
commit
6a9a4d905a
1 changed files with 1 additions and 0 deletions
|
@ -576,6 +576,7 @@ class DockerManager(object):
|
||||||
'cpu_set': ((0, 6, 0), '1.14'),
|
'cpu_set': ((0, 6, 0), '1.14'),
|
||||||
'cap_add': ((0, 5, 0), '1.14'),
|
'cap_add': ((0, 5, 0), '1.14'),
|
||||||
'cap_drop': ((0, 5, 0), '1.14'),
|
'cap_drop': ((0, 5, 0), '1.14'),
|
||||||
|
'read_only': ((1, 0, 0), '1.17'),
|
||||||
# Clientside only
|
# Clientside only
|
||||||
'insecure_registry': ((0, 5, 0), '0.0')
|
'insecure_registry': ((0, 5, 0), '0.0')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue