Crate wick_oci_utils
source ·Expand description
OCI fetch and utility package
Re-exports
pub use error::OciError as Error;
pub use utils::get_cache_directory;
pub use utils::is_oci_reference;
pub use utils::is_wick_package_reference;
pub use utils::parse_reference;
pub use utils::parse_reference_and_protocol;
Modules
- This crate’s error module.
- OCI utilities related to pushing and pulling Wick packages.
Structs
- The OCI descriptor is a generic object used to describe other objects.
- The image index is a higher-level manifest which points to specific image manifest.
- The OCI image manifest describes an OCI image.
- This is the oci manifest config for Wick packages.
Enums
- The protocol that the client should use to connect
- An image, or image index, OCI manifest
- Represents the kind of Wick package. This is used to determine how to handle the package.
Constants
- The ENV variable holding the OCI password.
- The ENV variable holding the OCI username.
Functions
- Retrieve a manifest from an OCI url.