Expand description
Read and Write ocipkg artifacts defined as application/vnd.ocipkg.v1.artifact
See the crate level documentation for more information.
Modules§
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.- OciArchive
Builder - Build an OciArchive
- OciArtifact
- OCI Artifact, an image layout with a image manifest which stores any type of
config
andlayers
rather than runnable container. - OciArtifact
Builder - Build a OciArtifact
- OciDir
oci-dir
image layout, a directory in the form of OCI Image Layout.- OciDir
Builder - Build an OciDir
- Remote
- An image stored in remote registry as Image
- Remote
Builder - Build a Remote image, pushing blobs and manifest to remote registry
Enums§
Traits§
- Image
- Handler of OCI Image Layout with containing single manifest
- Image
Builder - Build an Image