mirror of
https://github.com/containers/podman.git
synced 2026-09-12 21:59:11 -04:00
We currently only pass parsed excludes from the ignore file to buildah and not the ignorefile path. This causes buildah to ignore `--ignorefile` if the specified file is empty resulting in an empty exludes. Forward ignoreFile to the server and allow overriding default ignore files. Signed-off-by: Danish Prakash <contact@danishpraka.sh>