Merge pull request #14159 from tristan0x/patch-1

docker-hub Admin right gives access to build logs
This commit is contained in:
Sebastiaan van Stijn 2015-07-03 16:56:04 +02:00
Родитель 0dedadd4d6 515df52f19
Коммит a89f4e36ab
1 изменённых файлов: 12 добавлений и 16 удалений

Просмотреть файл

@ -68,23 +68,19 @@ are members.
### Repository group permissions
Use organization groups to manage who can interact with your repositories.
Use organization groups to manage the users that can interact with your repositories.
You need to be a member of the organization's `Owners` group to create a new group,
Hub repository or automated build. As an `Owner`, you then delegate the following
You must be in an organization's `Owners` group to create a new group, Hub
repository, or automated build. As an `Owner`, you then delegate the following
repository access rights to groups:
- `Read` access allows a user to view, search, and pull a private repository in the
same way as they can a public repository.
- `Write` access users are able to push to non-automated repositories on the Docker
Hub.
- `Admin` access allows the user to modify the repositories "Description", "Collaborators" rights,
"Mark as unlisted", "Public/Private" status and "Delete".
> **Note**: A User who has not yet verified their email address will only have
> `Read` access to the repository, regardless of the rights their group membership
> gives them.
![Organization repository collaborators](/docker-hub/hub-images/org-repo-collaborators.png)
| Access Right | Description |
|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `Read` | Users with this right can view, search, and pull a private repository. |
| `Write` | Users with this right can push to non-automated repositories on the Docker Hub. |
| `Admin` | Users with this right can modify a repository's "Description", "Collaborators" rights. They can also mark a repository as unlisted, change its "Public/Private" status and "Delete" the repository. Finally, `Admin` rights are required to read the build log on a repo. |
| | |
Regardless of their actual access rights, users with unverified email addresses
have `Read` access to the repository. Once they have verified their address,
they have their full access rights as granted on the organization.