user-cont / conu

conu - python API for your containers
http://conu.readthedocs.io/en/latest/
MIT License
164 stars 33 forks source link

new skopeo class #270

Open dhodovsk opened 5 years ago

dhodovsk commented 5 years ago

Create a new class for pulling images using skopeo. The class is meant to be a wrapper on top of skopeo's functionality. The main thing to cover is the copy command. Ideally, if docker and podman backend is used, DockerImageor PodmanImage instance would be returned (or accepted).

Creating new skopeo backend would be overkill, since it has limited abilities (pull, load and save).

@TomasTomecek and @rpitonak edited this.

palusus commented 5 years ago

363 working on it