replicatedhq / dockerfilelint

An opinionated Dockerfile linter.
https://www.fromlatest.io
MIT License
989 stars 83 forks source link

Does not recognize error in wrong EXPOSE statement with a list of ports with a comma, e.g. "EXPOSE 8080, 8443" #198

Closed baruchoxman closed 1 year ago

baruchoxman commented 1 year ago

The comma should not be there. It should error on such format, or possibly auto-fix to "EXPOSE 8080 8443"

baruchoxman commented 1 year ago

My mistake - I had the rule as ignored