mirror of
https://github.com/containers/podman.git
synced 2025-12-05 04:40:47 +08:00
Break out the code for pulling images via the compat API. The goal is to make this code shareable between the compat and libpod API to allow for a "compat mode" in the libpod pull endpoint. [NO NEW TESTS NEEDED] as it should not change behavior. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>