community.docker/plugins/module_utils
Felix Fontein 3aa1ddcca0
Docker SDK for Python 7+: make sure that ssl_version is not passed, and error out if it was explicitly set (#715)
* Do not accept ssl_version for Docker SDK for Python 7.0.0+.

* Add changelog fragment.

* Generally avoid sending None values to TLSConfig. Potentially prevents similar errors in the future, assuming the users do not pass values in.

* Python 2.6 compatibility.
2023-12-09 17:59:06 +00:00
..
_api Fix typos, improve markup, improve scenario guide (#699) 2023-10-29 08:30:24 +01:00
module_container Deprecate default 'ignore' of 'image_name_mismatch'. (#703) 2023-12-07 12:32:50 +01:00
_scramble.py Add docker_container_copy_into module (#545) 2023-01-09 11:52:29 +01:00
common_api.py Fix imports. (#585) 2023-02-12 22:09:02 +01:00
common.py Docker SDK for Python 7+: make sure that ssl_version is not passed, and error out if it was explicitly set (#715) 2023-12-09 17:59:06 +00:00
copy.py Add docker_container_copy_into module (#545) 2023-01-09 11:52:29 +01:00
image_archive.py Make image archive/save idempotent, using image id and repo tags as keys (#500) 2022-11-30 23:45:36 +01:00
socket_handler.py Make sure plugins/module_utils/socket_handler.py works when Docker SDK for Python is not installed. (#620) 2023-05-15 21:43:31 +02:00
socket_helper.py Warn that SSLSocket cannot send close_notify TLS alerts (#621) 2023-05-15 21:41:23 +02:00
swarm.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#430) 2022-07-20 07:45:33 +02:00
util.py Remove unneccessary imports (#575) 2023-02-09 15:25:45 +01:00
version.py Remove unneccessary imports (#575) 2023-02-09 15:25:45 +01:00