You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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,DockerImage
orPodmanImage
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.
The text was updated successfully, but these errors were encountered: