Merge pull request #8480 from docker/dtr-content-trust

Additional error for troubleshooting section
This commit is contained in:
Maria Bermudez 2019-03-19 11:33:16 -07:00 committed by GitHub
commit cd7a313d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -226,6 +226,7 @@ Orchestrator as there is no SSO between cluster 2 and DTR. See the relevant
### Example Errors
#### Image or trust data does not exist
```
image or trust data does not exist for dtr.example.com/admin/trustdemo:1
```
@ -233,6 +234,8 @@ image or trust data does not exist for dtr.example.com/admin/trustdemo:1
This means something went wrong when initiating the repository or signing the
image, as the tag contains no signing data.
#### Image did not meet required signing policy
```
Error response from daemon: image did not meet required signing policy
@ -243,6 +246,14 @@ This means that the image was signed correctly, however the user who signed the
image does not meet the signing policy in cluster 2. This could be because you
signed the image with the wrong user keys.
#### DTR URL must be a registered trusted registry
```
Error response from daemon: dtr.example.com must be a registered trusted registry.
```
This means you have not registered DTR to work with a remote UCP instance yet, as outlined in [Registering DTR with a Remote Universal Control Plane](#registering-dtr-with-a-remote-universal-control-plane).
## Where to go next
- [Learn more about Notary](/notary/advanced_usage.md)