Module image

Source
Expand description

Read and Write ocipkg artifacts defined as application/vnd.ocipkg.v1.artifact

See the crate level documentation for more information.

Modules§

annotations

Structs§

Artifact
ocipkg artifact defined as application/vnd.ocipkg.v1.artifact
Builder
Build Artifact
Config
The contents of application/vnd.ocipkg.v1.config+json media type.
OciArchive
oci-archive image layout, a tar archive of OCI Image Layout.
OciArchiveBuilder
Build an OciArchive
OciArtifact
OCI Artifact, an image layout with a image manifest which stores any type of config and layers rather than runnable container.
OciArtifactBuilder
Build a OciArtifact
OciDir
oci-dir image layout, a directory in the form of OCI Image Layout.
OciDirBuilder
Build an OciDir
Remote
An image stored in remote registry as Image
RemoteBuilder
Build a Remote image, pushing blobs and manifest to remote registry

Enums§

ArtifactVersion

Traits§

Image
Handler of OCI Image Layout with containing single manifest
ImageBuilder
Build an Image

Functions§

copy
Copy image from one to another.
load
Load ocipkg artifact into local storage
read