You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: