package
4.2.0-alpha.0+incompatible
Repository: https://github.com/jooho/openshift-oc.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# 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.