You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Feature - Sign/verify local artifacts
Sign/verify container images as OCI layout directory
OCI layout is defined here
Steps:
Build a container image and output as OCI Image layout directory
alpine.tar
to a directorySign the container image, store signatures in OCI layout directory by default
--output
Use notation ls command to list the signatures
Configure trust policy
registryScopes
set to*
registryScopes
set tolocalhost:5000/alphine
Verify the container image
Asking for feedback:
--local-content
--output
is used, the signature envelope is stored in a specified file, but the signature is not stored in OCI layout directoryBeta Was this translation helpful? Give feedback.
All reactions