-
Notifications
You must be signed in to change notification settings - Fork 61
Closed as duplicate of#256
Description
The current containers-transport spec has a somewhat confusing naming scheme that reflects the history of container technologies:
dockerfor container images hosted on a Docker v2 container registry. This API is considered "legacy" and has been incorporated into the OCI v1 distribution standard.ocifor container images stored locally with the expected OCI directory structure. Todayociis being used to refer to OCI-compliant container images/artifacts in general. For example, Helm resolves charts stored as OCI artifacts using anoci://URL scheme. See helm push and use in other sub-commands.
Personally I would love to see the oci transport refer to "an OCI-compliant container image or artifact hosted on an OCI-compliant container registry" in the Podman container tools, and have the current oci transport be renamed to oci-dir to better communicate that it is referring to a local directory. However this would be a breaking change likely requiring cascading major version bumps in podman, buildah, skopeo, and other dependent tools. container (or something similar) is a compromise.
TerryHowe
Metadata
Metadata
Assignees
Labels
No labels