Expand description
Storage backends.
The container_registry crate has somewhat modular storage backends, but currently nothing but
filesystem storage is supported. Contact the author if you’d like to see this change.
Structs§
- Digest
- An SHA256 digest.
- Image
Location - Location of a given image.
- Manifest
Reference - Refers to a specific manifest.
Enums§
- Error
- A storage error.
- Filesystem
Storage Error - A filesystem backend error.
- Reference
- Reference to a specific version of an image.
Constants§
- SHA256_
LEN - Length of a SHA256 hash in bytes.