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
I could save the Image & signature using cosign save. then I can also verify signature using 'cosign verify --offline'.
I am struggling with loading the verified image from file system (saved using cosign save) in docker runtime.
Is it possible to load the saved image directly using docker command ?
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
-
I could save the Image & signature using
cosign save
. then I can also verify signature using 'cosign verify --offline'.I am struggling with loading the verified image from file system (saved using
cosign save
) in docker runtime.Is it possible to load the saved image directly using
docker
command ?Beta Was this translation helpful? Give feedback.
All reactions