mirror of
https://github.com/containers/podman.git
synced 2025-09-10 02:02:22 +08:00

Fixes: https://github.com/containers/podman/issues/18239 [NO NEW TESTS NEEDED] @test "podman build -f test" in test/system/070-build.bats Will test this. This was passing when run on a local system since the remote end was using the clients path to read the Containerfile The issue is it would not work in a podman machine since the Containerfile would/should be a different path. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>