toradex / vscode-torizon-templates

VS Code Torizon Integrated Development Environment Templates
MIT License
14 stars 20 forks source link

Add hadolint (or another Dockerfile linter) to the extensions.json #172

Open leograba opened 6 months ago

leograba commented 6 months ago

This is a feature request.

I am guiding a new intern that don't know much about Docker (much like several people coming from traditional non-container Linux, or Windows). I noticed he doing some things that are not best practices on the Dockerfile.

I just saw that hadolint has an extension (https://marketplace.visualstudio.com/items?itemName=exiasr.hadolint) and though that it would be nice if new projects created with our extension recommended to install this extension here.

I'm not sure if this must be done at template level, or extension level, sorry if this is not the right place.