buildah/imagebuildah
Daniel J Walsh a9c22e1001
Don't blow up if cpp detects errors
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>
2021-05-19 15:14:15 -04:00
..
build.go Don't blow up if cpp detects errors 2021-05-19 15:14:15 -04:00
executor.go Send logrus messages back to caller when building 2021-05-15 03:55:05 -04:00
stage_executor.go Send logrus messages back to caller when building 2021-05-15 03:55:05 -04:00
stage_executor_test.go StageExecutor.historyMatches: compare timestamps using .Equal 2020-08-13 09:58:12 -04:00
util.go Shrink the vendoring size of pkc/cli 2021-03-03 14:18:35 -05:00