pub fn manifest_digest_from_commit(commit: &Variant) -> Result<Digest>Expand description
Return the original digest of the manifest stored in the commit metadata.
This will be a string of the form e.g. sha256:<digest>.
This can be used to uniquely identify the image. For example, it can be used
in a “digested pull spec” like quay.io/someuser/exampleos@sha256:....