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
COPY supports a --from=stage flag for specifying the build stage to
copy content from. If the flag is incorrectly named, we should warn
the user of this fact. If the flag is not written all in lowercase,
an error will be generated as flags are case-sensitive in
Dockerfiles.
Signed-off-by: Remy Suen <[email protected]>
Trying to build the above Dockerfile will generate the following error. We should create a diagnostic to recognize this error.
The text was updated successfully, but these errors were encountered: