mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
dfe360040b
* addition * attribute * auditing * availability * available * bandwidth * browser * business * cadence * chartmuseum * client * column * content * demonstrate * described * endpoints * facilitate * github * harbor * information * instance * manual * meaningful * operation * overridden * password * possible * project * refactor * replication * requires * running * scanned * settings * signup * those * unsigned * vulnerability -- Also removes trailing space from a filename Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
35 lines
882 B
Markdown
35 lines
882 B
Markdown
Test 9-03 User pull signed images(DB mode)
|
|
=======
|
|
|
|
# Purpose:
|
|
|
|
To verify user can pull signed images.
|
|
|
|
# References:
|
|
User guide
|
|
|
|
# Environment:
|
|
|
|
* This test requires one Harbor instance is running and available.
|
|
* A Linux machine with Docker CLI(Docker client) installed.
|
|
|
|
# Test Steps:
|
|
**NOTE:**
|
|
In below test, project X should be replaced by an existing project and <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/```
|
|
|
|
1. Login UI.
|
|
2. On Docker client, run
|
|
```sh
|
|
export DOCKER_CONTENT_TRUST=1
|
|
export DOCKER_CONTENT_TRUST_SERVER=https://<harbor_ip>:4443
|
|
```
|
|
and login Harbor.
|
|
3. Pull an image from project X.
|
|
|
|
# Expected Outcome:
|
|
|
|
* Image can be pulled successful.
|
|
|
|
# Possible Problems:
|
|
None
|