The dir: transport — Skopeo's flat directory of a single image.
Holds manifest.json (the raw manifest bytes) and one file per blob, named by the digest hex.
Because it stores a single image, the ref argument is ignored and list_tags/1 is empty. The
media type is sniffed from the manifest bytes on read.
Spec: containers-image dir transport
(containers-transports(5)).
Summary
Types
@type t() :: %Stevedore.Transport.Dir{path: Path.t()}