mirror of https://github.com/ansible/ansible.git
[docker] support the lookup of images by digest (#56649)
* [docker] images: add support for lookup by sha256 digest Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [tests] docker image by digest: work on a minimal test case Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [docker] group branch conditions per lookup Co-Authored-By: Felix Fontein <felix@fontein.de> * [misc] add a news fragment for the added digest lookup for docker images Signed-off-by: Jakob Ackermann <das7pad@outlook.com>pull/56700/head
parent
8e1dd58c2b
commit
3b4b2e5021
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- docker_container - Add support for image lookups by digest. Fixes the detection of digest changes.
|
||||
- docker_image - Add support for image lookups by digest. Fixes the detection of digest changes.
|
||||
- docker_image_info - Add support for image lookups by digest. Fixes the detection of digest changes.
|
||||
Loading…
Reference in New Issue