Felix Fontein
d65d37e9e9
Reformat code with black and isort.
2025-10-06 18:34:59 +02:00
Felix Fontein
f45232635c
Python code modernization, 1/n ( #1141 )
...
* Remove unicode text prefixes.
* Replace str.format() uses with f-strings.
* Replace % with f-strings, and do some cleanup.
* Fix wrong variable.
* Avoid unnecessary string conversion.
2025-10-06 18:30:54 +02:00
Felix Fontein
1f2817fa20
Prepare 5.0.0 ( #1123 )
...
* Bump version to 5.0.0-a1.
* Drop support for ansible-core 2.15 and 2.16.
* Remove Python 2 and early Python 3 compatibility.
2025-10-05 20:22:50 +02:00
Felix Fontein
f69536ef3b
Improve language.
2024-12-28 14:30:49 +01:00
Felix Fontein
b2a79d9eb7
Add docker_image_export module ( #774 )
...
* Add docker_image_export module.
* Add basic tests.
* Add more seealsos.
2024-01-22 22:03:38 +01:00
Felix Fontein
ac41379119
Fix archive idempotency. ( #765 )
2024-01-20 14:12:55 +01:00
iamjpotts
166d485216
Make image archive/save idempotent, using image id and repo tags as keys ( #500 )
2022-11-30 23:45:36 +01:00