BugZoo
BugZoo copied to clipboard
Blueprints may depend on multiple images
It's possible that a given Dockerfile may use multiple images when using multi-stage builds. The depends-on property of blueprints should be updated to be a list of image names, rather than a single, optional image name. Alternatively, we could scan the Dockerfile to determine the names of the images that the image relies on.