Skip to content

docker: show image id if use local image

Larry Shen requested to merge atline/lava:add_image_id_for_local into master

If set local: True, it's hard to know if an old job use the expected docker image as it doesn't show any image version, especially some image maybe retagged.

This PR simply add image id to log as next:

image

Merge request reports