harbor/tests/testcases/Group9-Content-trust/9-01-DB-user-push-signed-im...

36 lines
940 B
Markdown
Raw Normal View History

2017-03-16 09:06:38 +01:00
Test 9-01 User push signed images(DB mode)
=======
# Purpose:
2017-04-11 06:36:35 +02:00
To verify user can push images with content trust enabled.
2017-03-16 09:06:38 +01:00
# References:
User guide
# Environment:
* This test requires one Harbor instance is running and available.
2017-04-11 06:36:35 +02:00
* A Linux host with Docker CLI installed (Docker client).
2017-03-16 09:06:38 +01:00
# Test Steps:
2017-04-14 09:51:31 +02:00
**NOTE:**
In below test, <harbor_ip> should be replaced by your harbor's ip or FQDN. If you are using a self-signed certificate,make sure to copy the CA root cert into ```/etc/docker/certs.d/<harbor_ip>``` and ```$HOME/.docker/tls/<harbor_ip>:4443/```
2017-03-16 09:06:38 +01:00
2017-04-11 06:36:35 +02:00
1. Login UI and create a project.
2. On Docker client, run
2017-04-14 09:51:31 +02:00
```sh
export DOCKER_CONTENT_TRUST=1
export DOCKER_CONTENT_TRUST_SERVER=https://<harbor_ip>:4443
2017-04-14 09:51:31 +02:00
```
and login Harbor.
2017-04-11 06:36:35 +02:00
3. Push an image to the project created in step1.
2017-03-16 09:06:38 +01:00
# Expected Outcome:
2017-04-11 06:36:35 +02:00
* In step3, Docker client will sign and push the image, a green tick will show in UI.
2017-03-16 09:06:38 +01:00
# Possible Problems:
None