Make image archive/save idempotent, using image id and repo tags as keys (#500)

This commit is contained in:
iamjpotts
2022-11-30 16:45:36 -06:00
committed by GitHub
parent c2d84efccb
commit 166d485216
7 changed files with 562 additions and 6 deletions
@@ -0,0 +1,4 @@
minor_changes:
- docker_image - when using ``archive_path``, detect whether changes are necessary based on the image ID (hash). If the existing tar archive matches the source, do nothing.
Previously, each task execution re-created the archive
(https://github.com/ansible-collections/community.docker/pull/500).