mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 13:48:32 +00:00
Avoid parsing metadata that the image library keeps in order to find an image's digest and creation date; instead, compute the digest from the manifest, and read the creation date value by inspecting the image, logging a debug-level diagnostic if it doesn't match the value that the storage library has on record. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #218 Approved by: rhatdan