2 new commits added
You should handle the case when this section doesn't exist - it can be None so you'd throw an exception here
You are assuming here that dockerfile_url was actually filled
rebased
This will add into batch even images with identical repo/hash. That's because 2 layered images could be built on two different NVRs of the same base image built from identical hash (due to OSBS automatically bumping release). I think we should de-duplicate somewhere here and only rebuild once
Pull-Request has been merged by jkaluza