Expand description
SHA256 digest utilities for Docker image processing
This module provides centralized functionality for computing, validating, and formatting SHA256 digests used throughout the Docker image pusher. It ensures that digests are calculated in accordance with Docker/OCI standards, especially for gzip-compressed layers.
Structs§
- Digest
Utils - Utilities for working with SHA256 digests in Docker context
Constants§
- EMPTY_
LAYER_ DIGEST - Standard SHA256 digest for empty files/layers
- EMPTY_
LAYER_ DIGEST_ FULL - Docker digest with sha256: prefix for empty layers