Skip to content

Commit

Permalink
Merge pull request docker-library#1050 from endophage/cncf_notary
Browse files Browse the repository at this point in the history
Notary is moving home
  • Loading branch information
tianon authored Oct 26, 2017
2 parents 692b669 + 2cd176f commit 7295be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions notary/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The components you *must* provide are the certificates and keys, and the links f

If you require a different configuration, you should wrap this image with your own Dockerfile.

For more details on how to configure your Notary server, please read the [docs](https://github.com/docker/notary/blob/master/docs/reference/server-config.md).
For more details on how to configure your Notary server, please read the [docs](https://github.com/theupdateframework/notary/blob/master/docs/reference/server-config.md).

# Notary Signer

Expand Down Expand Up @@ -71,10 +71,10 @@ The components you *must* provide are the certificates and keys, and the link fo

If you require a different configuration, you should wrap this image with your own Dockerfile.

For more details on how to configure your Notary signer, please read the [docs](https://github.com/docker/notary/blob/master/docs/reference/signer-config.md).
For more details on how to configure your Notary signer, please read the [docs](https://github.com/theupdateframework/notary/blob/master/docs/reference/signer-config.md).

## Database Migrations

Notary server and signer both use the [migrate tool](https://github.com/mattes/migrate) to manage database updates. The migration files can be found [here](https://github.com/docker/notary/tree/master/migrations/) and are an ordered list of plain SQL files. The migrate tool manages schema versions to ensure that migrations start and end at the correct point.
Notary server and signer both use the [migrate tool](https://github.com/mattes/migrate) to manage database updates. The migration files can be found [here](https://github.com/theupdateframework/notary/tree/master/migrations/) and are an ordered list of plain SQL files. The migrate tool manages schema versions to ensure that migrations start and end at the correct point.

We strongly recommend you create separate databases and users with restricted permissions such that the server cannot access the signer's database and vice versa.
2 changes: 1 addition & 1 deletion notary/license.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
View [license information](https://github.com/docker/notary/blob/master/LICENSE) for the software contained in this image.
View [license information](https://github.com/theupdateframework/notary/blob/master/LICENSE) for the software contained in this image.

0 comments on commit 7295be5

Please sign in to comment.