Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 5983
blob053d6fc75a402efec82944940963b4fa2fb2ab9c
1 Title: docker_node_images: Fixed mixups between images of same repository and different tags
2 Level: 1
3 Component: inv
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1523907880
11 The number of containers was not counted per image because the tag information
12 was not handled correctly in all cases.
14 Some containers don't explicitly state "repository:tag" but only "repository"
15 as their image, depending on the "docker run" call. Check_MK is now falling
16 back to "latest" tag in this case.