Validate docker-compose files in CI #2812
Labels
area: CI/CD
Continuous integration / Continuous delivery
type: enhancement
New feature or request
type: nice to have
Feature that'd be nice to have, but not a priority
I ran into an issue tonight with an error in our docker-compose files (#2810), and the fix was trivial (#2811) once I knew what I was looking for.
Validating a docker-compose file or files is easy using the
config
command:This will print any warnings or errors, and fail if the file(s) isn't valid.
I wonder if we should add this locally to our linting, or to CI somehow?
The text was updated successfully, but these errors were encountered: