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
- Detect empty continuation lines in multi-line RUN commands. It's
currently deprecated and will lead to errors in future releases of
Docker, see:
moby/moby@2fd736a
- Check syntax of HEALTHCHECK command according to Docker documentation
- Detect multiple declarations of HEALTHCHECK and STOPSIGNAL
' '+chalk.cyan('3')+' '+chalk.cyan.inverse('Clarity')+' '+chalk.cyan('Base Image Latest')+' '+chalk.gray('Base images should not use the latest tag.'),
125
125
' '+chalk.cyan('Tag'),
126
126
'',
127
-
'Line 25: '+chalk.magenta('EXPOSE 80:80'),
127
+
'Line 26: '+chalk.magenta('EXPOSE 80:80'),
128
128
'Issue Category Title Description',
129
129
' '+chalk.red('4')+' '+chalk.red.inverse('Deprecation')+' '+chalk.red('Expose Only')+' '+chalk.gray('Using `EXPOSE` to specify a host port is not allowed.'),
0 commit comments