docker_image: allow to delete image by ID (#47393)

* Allow to delete docker image by ID.

* Added changelog.
This commit is contained in:
Felix Fontein
2018-10-23 08:52:36 +02:00
committed by John R Barker
parent 4ffe3b14d4
commit a11073df9a
2 changed files with 16 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "docker_image - Allow to use image ID instead of image name for deleting images."