.nh .TH skopeo\-standalone\-sign(1) .SH NAME .PP skopeo\-standalone\-sign \- Debugging tool \- Publish and sign an image in one step. .SH SYNOPSIS .PP \fBskopeo standalone\-sign\fP \fImanifest docker\-reference key\-fingerprint\fP \fB\-\-output\fP|\fB\-o\fP \fIsignature\fP .SH DESCRIPTION .PP This is primarily a debugging tool, or useful for special cases, and usually should not be a part of your normal operational workflow; use \fB\fCskopeo copy \-\-sign\-by\fR instead to publish and sign an image in one step. .PP \fImanifest\fP Path to a file containing the image manifest .PP \fIdocker\-reference\fP A docker reference to identify the image with .PP \fIkey\-fingerprint\fP Key identity to use for signing .PP \fB\-\-output\fP|\fB\-o\fP output file .SH EXAMPLES .PP .RS .nf $ skopeo standalone\-sign busybox\-manifest.json registry.example.com/example/busybox 1D8230F6CDB6A06716E414C1DB72F2188BB46CC8 \-\-output busybox.signature $ .fi .RE .SH SEE ALSO .PP skopeo(1), skopeo\-copy(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]