While doing this I figure out that we do not filter out the empty string in the get_image_names_with_dependency_hash. This is not a problem, but it does look confusing and would sometimes log that Found 1 image(s) matching dependency hash was found (although no images was actually found).
Add additional dependency hash logging.
While doing this I figure out that we do not filter out the empty string in the
get_image_names_with_dependency_hash
. This is not a problem, but it does look confusing and would sometimes log thatFound 1 image(s) matching dependency hash
was found (although no images was actually found).