Module storage

Source
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.
ImageLocation
Location of a given image.
ManifestReference
Refers to a specific manifest.

Enums§

Error
A storage error.
FilesystemStorageError
A filesystem backend error.
Reference
Reference to a specific version of an image.

Constants§

SHA256_LEN
Length of a SHA256 hash in bytes.