You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core roles are Docker's built-in roles with predefined permission sets.
12
-
This page provides an overview of Docker's core roles and permissions for each role.
13
+
This page summarizes permissions for each core role.
13
14
14
15
## What are core roles?
15
16
16
17
Docker organizations have three core roles:
17
18
18
-
-**Member**: Non-administrative role with basic access. Members can view other organization members and pull images from repositories they have access to.
19
-
-**Editor**: Partial administrative access. Editors can create, edit, and delete repositories. They can also manage team permissions for repositories.
20
-
-**Owner**: Full administrative access. Owners can manage all organization settings, including repositories, teams, members, billing, and security features.
21
-
22
-
A company owner has the same organization management permissions as an organization owner, but there are some content and registry permissions that company owners don't have (for example, repository pull/push). For more information, see [Company overview](/manuals/admin/company/_index.md).
19
+
-**Member**: Non-administrative role with basic access. Members can
20
+
view other organization members and pull images from repositories
21
+
they have access to.
22
+
-**Editor**: Partial administrative access. Editors can create, edit,
23
+
and delete repositories. They can also manage team permissions for
24
+
repositories.
25
+
-**Owner**: Full administrative access. Owners can manage all
26
+
organization settings, including repositories, teams, members,
27
+
billing, and security features.
28
+
29
+
A company owner has the same organization management permissions as an
30
+
organization owner, but there are some content and registry permissions
31
+
that company owners don't have (for example, repository pull/push). For
@@ -44,14 +55,18 @@ These permissions apply organization-wide.
44
55
| Edit build settings | ❌ | ❌ | ✅ |
45
56
| View teams | ✅ | ✅ | ✅ |
46
57
| Assign team permissions to repositories | ❌ | ✅ | ✅ |
58
+
| Manage OIDC connections | ❌ | ✅ | ✅ |
47
59
48
-
You can grant repository permissions to members
49
-
beyond their organization role:
60
+
You can grant repository permissions to members beyond their
61
+
organization role:
50
62
51
63
- Role permissions: Applied organization-wide (member or editor)
52
64
- Team permissions: Additional permissions for specific repositories
53
65
54
-
To extend access to private repositories, configure team permissions. Custom roles can grant organization-wide permissions to manage repositories (create, edit, delete) but do not grant pull access to private repositories — use team permissions for that.
66
+
To extend access to private repositories, configure team permissions.
67
+
Custom roles can grant organization-wide permissions to manage
68
+
repositories (create, edit, delete) but do not grant pull access to
69
+
private repositories — use team permissions for that.
0 commit comments