From ce5c8ffeff8b777855ef356cc9665a6e11fa001d Mon Sep 17 00:00:00 2001 From: GodloveD Date: Tue, 12 Mar 2024 12:28:37 -0600 Subject: [PATCH] Been meaning to document the fact that Fingerprints: works with oras for a long time. Signed-off-by: GodloveD --- appendix.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/appendix.rst b/appendix.rst index 21074151..927c681d 100755 --- a/appendix.rst +++ b/appendix.rst @@ -732,6 +732,15 @@ The ``From`` keyword is mandatory. It specifies the container to use as a base. Also,``tag`` is mandatory that refers to the version of image you want to use. +.. code:: {command} + + Fingerprints: 22045C8C0B1004D058DE4BEDA20C27EE7FF7BA84 + +The Fingerprints keyword is optional. It specifies one or more comma separated +fingerprints corresponding to PGP public keys. If present, the SIF file will be +verified and the build will only proceed if it is signed by keys matching *all* +of the specified fingerprints. + .. _build-localimage: ``localimage`` bootstrap agent