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
This build will fail with the unintelligible error /bin/sh: 1: /bin/echo,: not found
I just spent a few hours scratching my head, until I found this StackOverflow answer.
Can we include a lint rule that explicitly complains if the wrong form of quotes in used?
The text was updated successfully, but these errors were encountered:
According to the Dockerfile documentation,
CMD
's array syntax must use double quotes:This build will fail with the unintelligible error
/bin/sh: 1: /bin/echo,: not found
I just spent a few hours scratching my head, until I found this StackOverflow answer.
Can we include a lint rule that explicitly complains if the wrong form of quotes in used?
The text was updated successfully, but these errors were encountered: