-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Currently the image signature code in origin is not covered by any tests except manual QE testing.
We should figure out how to:
- Push a signature using "skopeo copy" tool and verify the signature was created successfully
- Push a signature using "curl" command directly using the registry signature endpoint.
- Get the signature using "curl" command from signature endpoint.
- Remove signature from the image
- Verify the image signature
(the 4) and 5) has to be done after #13585 merges).