Replies: 2 comments
-
Buildah and I believe docker build/podman build do not have the ability to lint Dockerfile/Containerfiles. I would figure their are other open source projects that can handle this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
All the popular open source projects for Dockerfile linting are somewhat out-of-date.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I lint a Dockerfile for syntax errors before running
buildah bud -t <image_tag> .
?I have several complex Dockerfiles with multi-line commands and bash tricks. I want to add a step in my pipeline to lint the Dockerfiles before building them.
Beta Was this translation helpful? Give feedback.
All reactions