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+jsonmedia type. - OciArchive
oci-archiveimage 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
configandlayersrather than runnable container. - OciArtifact
Builder - Build a OciArtifact
- OciDir
oci-dirimage 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
- Runnable
- Runnable container containing single, statically linked executable
- Runnable
Builder - Build
Runnable, executable container
Enums§
Traits§
- Image
- Handler of OCI Image Layout with containing single manifest
- Image
Builder - Build an Image