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
This could be implemented just like if strings.HasPrefix(imagePath, "docker://") { execSkopeoBinary(...) } if we don't want to have registry code in this repo.
Yeah originally this wasn't implemented because distribution-spec wasn't finalised at the time (and we had various alternative approaches being discussed at the time). This could be implemented fairly easily by implementing a "remote CAS" interface, though I imagine we'd want something more clever if people are going to use it fairly often. Also there's the question of whether ORAS is going to replace skopeo as the standard "pull an OCI image" tool.
@cyphar Any reason not to have support for pulling OCI images directly without skopeo?
e.g.
could be written as
The text was updated successfully, but these errors were encountered: