mirror of
https://github.com/containers/podman.git
synced 2026-03-17 14:18:09 -04:00
podman build always finds the abs path but was never using it for the containerfile path. This was causing the remote client to be given a relative path that does not exist. Switch to evaluating and using absolute paths only. resolves #12841 Signed-off-by: cdoern <cdoern@redhat.com>