Currently the /usr/bin/cpp will blow up if a user adds a comment to a containerfile that is not a preprocessor. Since the Containerfile.in could include other Containerfile which may have comments, begining with `#` this can cause problems. If we just warn on these errors, we can successfully process all of the containerfiles. Fixes: https://github.com/containers/buildah/issues/3229 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |
||
|---|---|---|
| .. | ||
| build.go | ||
| executor.go | ||
| stage_executor.go | ||
| stage_executor_test.go | ||
| util.go | ||