Crate containers_image_proxy
source ·Expand description
Run skopeo as a subprocess to fetch container images.
This allows fetching a container image manifest and layers in a streaming fashion.
More information: https://github.com/containers/skopeo/pull/1476
Structs
BlobInfo collects known information about a blob
Manage a child process proxy to fetch container images.
Configuration for the proxy.
Opaque identifier for an image
Constants
File descriptor range which is reserved for passing data down into the proxy;
avoid configuring the command to use files in this range. (Also, stdin is
reserved)