Struct containers_image_proxy::ImageProxy [−][src]
pub struct ImageProxy { /* fields omitted */ }Expand description
Manage a child process proxy to fetch container images.
Implementations
Create an image proxy that fetches the target image, using default configuration.
Create an image proxy that fetches the target image
Fetch the manifest. For more information on OCI manifests, see https://github.com/opencontainers/image-spec/blob/main/manifest.md
Fetch a blob identified by e.g. sha256:<digest>.
https://github.com/opencontainers/image-spec/blob/main/descriptor.md
The requested size and digest are verified (by the proxy process).
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ImageProxy
impl !Send for ImageProxy
impl !Sync for ImageProxy
impl Unpin for ImageProxy
impl !UnwindSafe for ImageProxy
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
