Delete a signature
How to delete a signature on an artifact
Delete a signature on an artifact
Use notation ls
to list signatures associated with an artifact. For example:
In the above example, the digest of the signature is sha256:fffeeedddcccbbbbaaa000999888777666555444333222111000fff000eee0000
.
Use the oras CLI to delete the signature with oras manifest delete
. For example:
Confirm that the signature is deleted with notation ls
. For example:
The above example shows that the only signature associated with the artifact is deleted.
Last modified
May 31, 2023
: added steps for deleting a signature (cb0c286)