From f481cd63aefb1658f89f1fd2f872eb5c8d21f0e5 Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Mon, 3 Aug 2026 11:58:13 -0700 Subject: [PATCH 1/2] dhi: add mirror team Signed-off-by: Craig Osterhout --- content/manuals/dhi/how-to/mirror.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/content/manuals/dhi/how-to/mirror.md b/content/manuals/dhi/how-to/mirror.md index a8d157814b2..ffb9af3b543 100644 --- a/content/manuals/dhi/how-to/mirror.md +++ b/content/manuals/dhi/how-to/mirror.md @@ -34,9 +34,21 @@ repositories: ## Mirror a DHI repository to your organization -To mirror repositories, you must be an organization owner or editor, or use a -personal access token (PAT) or organization access token (OAT). See the CLI and -Terraform tabs in the following sections for required permission scopes. +Organization owners, editors, and members with a [custom role](../../enterprise/security/roles-and-permissions/custom-roles.md) +that includes the DHI mirroring permission can create, view, and manage mirrors. +When using the CLI or Terraform, you can also mirror using an [organization +access token (OAT)](../../enterprise/security/access-tokens.md) with the +appropriate permission scopes, without requiring role-based access. + +Docker automatically creates and manages the `dhi-mirroring-admins` team when +a mirror is initiated, assigning it to each new mirror. Members with the DHI +mirroring permission are automatically added to this team so they can view and +manage mirrors after creation. Removing members from this team may affect their +ability to view and manage mirrors. + +You can mirror image and chart repositories to your organization's namespace on +Docker Hub. Mirroring makes the repositories available within your organization +and enables customization for your environment: - Image repositories: Mirroring lets you customize images by adding packages, OCI artifacts (such as custom certificates or additional tools), environment From 27ecb9bc7192280f934884538ea2cf8e0dd9814d Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Mon, 3 Aug 2026 13:38:14 -0700 Subject: [PATCH 2/2] agent feedback Signed-off-by: Craig Osterhout --- content/manuals/dhi/how-to/mirror.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/dhi/how-to/mirror.md b/content/manuals/dhi/how-to/mirror.md index ffb9af3b543..f0c928471c5 100644 --- a/content/manuals/dhi/how-to/mirror.md +++ b/content/manuals/dhi/how-to/mirror.md @@ -48,7 +48,7 @@ ability to view and manage mirrors. You can mirror image and chart repositories to your organization's namespace on Docker Hub. Mirroring makes the repositories available within your organization -and enables customization for your environment: +and lets you customize them for your environment: - Image repositories: Mirroring lets you customize images by adding packages, OCI artifacts (such as custom certificates or additional tools), environment