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
Re-exports§
pub use oci_spec;
Structs§
- Converted
Layer Info - BlobInfo collects known information about a blob
- Image
Proxy - Manage a child process proxy to fetch container images.
- Image
Proxy Config - Configuration for the proxy.
- Opened
Image - Opaque identifier for an image
Enums§
- Error
- Errors returned by this crate.
- GetBlob
Error - Errors returned by get_raw_blob
Constants§
- RESERVED_
FD_ RANGE - 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)
Type Aliases§
- Result
- The error type returned from this crate.