Closed jaevans closed 2 years ago
Exec["verify_container_image_${handle}"] unconditionally calls skopeo inspect docker://${image} which hits the docker pull limit. If the current running image and the desired image are the same, there is no reason to inspect the remote image.
Exec["verify_container_image_${handle}"]
skopeo inspect docker://${image}
Exec["verify_container_image_${handle}"]
unconditionally callsskopeo inspect docker://${image}
which hits the docker pull limit. If the current running image and the desired image are the same, there is no reason to inspect the remote image.