mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 17:40:36 +00:00
647 B
647 B
Test 9-01 User push signed images(DB mode)
Purpose:
To verify user can push images with content trust enabled.
References:
User guide
Environment:
- This test requires one Harbor instance is runnning and available.
- A Linux host with Docker CLI installed (Docker client).
Test Steps:
- Login UI and create a project.
- On Docker clinet, follow Set up notaryto set up notary and login Harbor.
- Push an image to the project created in step1.
Expected Outcome:
- In step3, Docker client will sign and push the image, a green tick will show in UI.
Possible Problems:
None