ansible/changelogs/fragments/56649-docker-image-lookup-by-digest.yml
Jakob Ackermann 3b4b2e5021 [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>
2019-05-21 02:54:05 -04:00

4 lines
316 B
YAML

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.