-
it schema, it's API specification of the registry, right? why then it isn't a oci:// for OCI image? also why zot can't accept docker image, but accepts the docker schema? I'm confused.. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
rchincha
Aug 15, 2023
Replies: 1 comment
-
This is a convention as specified in containers/image project and hence accepted in the community in general. There is no |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lictw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a convention as specified in containers/image project and hence accepted in the community in general.
docker:// refers to a remote docker procotol or https://github.com/opencontainers/distribution-spec (with
--format=oci
)There is no
oci://
It is
oci:
which refers to a local on-disk OCI layout.