package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev
# Constants
DigestSha256EmptyTar is the canonical sha256 digest of empty data.
EmptyLayerDiffID is the tarsum of the GzippedEmptyLayer.
GzippedEmptyLayerDigest is a digest of GzippedEmptyLayer.
# Variables
GzippedEmptyLayer is a gzip-compressed version of an empty tar file (1024 NULL bytes) This comes from github.com/docker/distribution/manifest/schema1/config_builder.go; there is a non-zero embedded timestamp; we could zero that, but that would just waste storage space in registries, so let’s use the same values.