From a99667fa6544b63e6ebe22503aa755696aaa603b Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Tue, 10 Feb 2026 07:58:39 -0800 Subject: [PATCH] dhi: add repo mgmt info (#24106) ## Description Users were confused on how to manage access to mirrored DHI repos. Gordon also didn't point in the right direction. xref'd the Hub topics and mentioned a couple popular use-cases to help make the connection. ## Related issues or tickets ENGDOC-3185 ## Reviews - [ ] Editorial review --------- Signed-off-by: Craig Osterhout --- content/manuals/dhi/how-to/manage.md | 8 ++++++++ content/manuals/dhi/how-to/mirror.md | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/content/manuals/dhi/how-to/manage.md b/content/manuals/dhi/how-to/manage.md index 309c82a40e..8c73e96d85 100644 --- a/content/manuals/dhi/how-to/manage.md +++ b/content/manuals/dhi/how-to/manage.md @@ -12,6 +12,14 @@ On the **Manage** screen in Docker Hub, you can manage your mirrored Docker Hardened Image (DHI) repositories, mirrored DHI chart repositories, and customizations in your organization. +Mirrored DHI repositories are standard Docker Hub repositories in your +organization's namespace. They behave exactly like any other Hub repository, +which means you can manage access and permissions, configure webhooks, and use +other standard Hub features. See [Docker Hub +repositories](/manuals/docker-hub/repos/_index.md) for details. The **Manage** +screen provides DHI-specific actions like customizing images and stopping +mirroring. + ## Manage mirrored Docker Hardened Image repositories To manage your mirrored DHI repositories: diff --git a/content/manuals/dhi/how-to/mirror.md b/content/manuals/dhi/how-to/mirror.md index 5d66113769..d9d4ba6568 100644 --- a/content/manuals/dhi/how-to/mirror.md +++ b/content/manuals/dhi/how-to/mirror.md @@ -73,9 +73,14 @@ It may take a few minutes for all the tags to finish mirroring. After mirroring a repository, the repository appears in your organization's repository list, prefixed by `dhi-`. It will continue to receive updated images. -Once mirrored, the repository works like any other private repository on Docker -Hub and you can now customize it. To learn more about customization, see -[Customize a Docker Hardened Image or chart](./customize.md). +Once mirrored, the repository is a standard Docker Hub repository in your +organization's namespace. It behaves exactly like any other Hub repository, +which means you can manage access and permissions, configure webhooks, and use +other standard Hub features. See [Docker Hub +repositories](/manuals/docker-hub/repos/_index.md) for details. + +Additionally, mirrored DHI repositories let you customize images and charts. To +learn more, see [Customize a Docker Hardened Image or chart](./customize.md). ### Webhook integration for syncing and alerts