.nh .TH skopeo\-standalone\-verify(1) .SH NAME .PP skopeo\-standalone\-verify \- Verify an image signature. .SH SYNOPSIS .PP \fBskopeo standalone\-verify\fP \fImanifest docker\-reference key\-fingerprint signature\fP .SH DESCRIPTION .PP Verify a signature using local files, digest will be printed on success. .PP \fImanifest\fP Path to a file containing the image manifest .PP \fIdocker\-reference\fP A docker reference expected to identify the image in the signature .PP \fIkey\-fingerprint\fP Expected identity of the signing key .PP \fIsignature\fP Path to signature file .PP \fBNote:\fP If you do use this, make sure that the image can not be changed at the source location between the times of its verification and use. .SH EXAMPLES .PP .RS .nf $ skopeo standalone\-verify busybox\-manifest.json registry.example.com/example/busybox 1D8230F6CDB6A06716E414C1DB72F2188BB46CC8 busybox.signature Signature verified, digest sha256:20bf21ed457b390829cdbeec8795a7bea1626991fda603e0d01b4e7f60427e55 .fi .RE .SH SEE ALSO .PP skopeo(1), containers\-signature(5) .SH AUTHORS .PP Antonio Murdaca runcom@redhat.com \[la]mailto:runcom@redhat.com\[ra], Miloslav Trmac mitr@redhat.com \[la]mailto:mitr@redhat.com\[ra], Jhon Honce jhonce@redhat.com \[la]mailto:jhonce@redhat.com\[ra]