Skip to content

Commit 370b26d

Browse files
Merge pull request #21089 from docker/published-update
publish updates from main
2 parents bc7cd53 + 47fcaeb commit 370b26d

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/content/manuals/engine/ @dvdksn
2323

24-
/content/manuals/subscription/ @aevesdocker
24+
/content/manuals/subscription/ @sarahsanders-docker
2525

2626
/content/manuals/security/ @aevesdocker
2727

@@ -31,3 +31,9 @@
3131

3232
/content/manuals/registry/ @dvdksn
3333

34+
/content/manuals/admin/ @sarahsanders-docker
35+
36+
/content/manuals/billing/ @sarahsanders-docker
37+
38+
/content/manuals/accounts/ @sarahsanders-docker
39+

content/get-started/resources.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Educational resources
33
keywords: get started, setup, orientation, quickstart, intro, concepts, kubernetes,
44
docker desktop
55
description: Get started resources learning docker
6-
aliases:
7-
- /get-started/resources/
86
---
97

108
Docker and the broader community of Docker experts have put together many different ways to get further training and hands-on experience with Docker. Expand your understanding of Docker and Kubernetes with these additional free and paid resources.

content/manuals/admin/organization/activity-logs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,10 @@ Refer to the following section for a list of events and their descriptions:
9090
| Billing Cycle Changed | Occurs when there is a change in the recurring interval that your organization is charged.|
9191
| Plan Downgrade Canceled | Occurs when a scheduled plan downgrade for your organization is canceled.|
9292
| Seat Removal Canceled | Occurs when a scheduled seat removal for an organization’s billing plan is canceled. |
93+
| Plan Upgrade Requested | Occurs when a user in your organization requests a plan upgrade. |
94+
| Plan Downgrade Requested | Occurs when a user in your organization requests a plan downgrade. |
95+
| Seat Addition Requested | Occurs when a user in your organization requests an increase in the number of seats. |
96+
| Seat Removal Requested | Occurs when a user in your organization requests a decrease in the number of seats. |
97+
| Billing Cycle Change Requested | Occurs when a user in your organization requests a change in the billing cycle. |
98+
| Plan Downgrade Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled plan downgrade. |
99+
| Seat Removal Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled seat removal. |

content/manuals/docker-hub/download-rate-limit.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,31 @@ both individuals and organizations.
9898
- [Enforce sign-in](/security/for-admins/enforce-sign-in/) to ensure that you
9999
can monitor the usage of your users and users receive higher usage limits.
100100

101+
## Pull attribution
102+
103+
Pulls can be attributed to either a personal or organization [namespace](https://docs.docker.com/contribute/style/terminology/#namespace).
104+
105+
### Private pulls
106+
107+
Pulls for private repositories are attributed to the repository's namespace owner.
108+
109+
### Public pulls
110+
111+
When pulling images from a public repository, attribution is determined based on domain affiliation and organization membership.
112+
113+
### Verified domain ownership
114+
115+
When pulling an image from an account linked to a verified domain, the attribution is set to be the owner of that [domain](https://docs.docker.com/security/faqs/single-sign-on/domain-faqs/)
116+
117+
### Single organization membership
118+
119+
- If the owner of the verified domain is a company and the user is part of only one organization within that [company](https://docs.docker.com/admin/faqs/company-faqs/#what-features-are-supported-at-the-company-level), the pull is attributed to that specific organization.
120+
- If the user is part of only one organization, the pull is attributed to that specific organization.
121+
122+
### Multiple organization memberships
123+
124+
If the user is part of multiple organizations under the company, the pull is attributed to the user's personal namespace.
125+
101126
## Rate limit
102127

103128
A user's rate limit is equal to the highest entitlement of their personal

0 commit comments

Comments
 (0)