From c3b607f7794ba37597d8e95af9c48dd66abfe675 Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Tue, 21 Apr 2026 08:20:45 -0700 Subject: [PATCH 1/3] dhi: add bulk customization Signed-off-by: Craig Osterhout --- content/manuals/dhi/how-to/customize.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/manuals/dhi/how-to/customize.md b/content/manuals/dhi/how-to/customize.md index 74a21db6e2a..f7e0dcefcb2 100644 --- a/content/manuals/dhi/how-to/customize.md +++ b/content/manuals/dhi/how-to/customize.md @@ -30,6 +30,8 @@ on Docker Hub. Once the repository is mirrored, any user with access to the mirrored DHI repository can create a customized image. You can create customizations using either the DHI CLI or the Docker Hub web interface. +When creating a customization, you can select multiple images and versions to +apply the same customization settings to all of them at once. {{< tabs >}} {{< tab name="Docker Hub" >}} @@ -46,7 +48,8 @@ You can create customizations using either the DHI CLI or the Docker Hub web int customization process. You can continue with the following steps for more details. -1. Select the image version you want to customize. +1. Select one or more images and versions you want to customize. +1. Select **Next**. 1. Optional. Add packages. 1. In the packages drop-down, select the packages you want to add to the From 010a486f7edb09e99f9e7b8c37b772d7a3e08782 Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Tue, 21 Apr 2026 08:38:42 -0700 Subject: [PATCH 2/3] edge cases Signed-off-by: Craig Osterhout --- content/manuals/dhi/how-to/customize.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/manuals/dhi/how-to/customize.md b/content/manuals/dhi/how-to/customize.md index f7e0dcefcb2..cf0c0a15279 100644 --- a/content/manuals/dhi/how-to/customize.md +++ b/content/manuals/dhi/how-to/customize.md @@ -30,8 +30,6 @@ on Docker Hub. Once the repository is mirrored, any user with access to the mirrored DHI repository can create a customized image. You can create customizations using either the DHI CLI or the Docker Hub web interface. -When creating a customization, you can select multiple images and versions to -apply the same customization settings to all of them at once. {{< tabs >}} {{< tab name="Docker Hub" >}} @@ -48,7 +46,10 @@ apply the same customization settings to all of them at once. customization process. You can continue with the following steps for more details. -1. Select one or more images and versions you want to customize. +1. Select one or more images or Helm charts and versions you want to customize. + You can select multiple images and versions (from the same distro), or + multiple Helm charts and versions, to apply the same customization to all of + them. 1. Select **Next**. 1. Optional. Add packages. From aa8a68e40e4fe684e154d6b0292d8d5d73a8af14 Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Tue, 21 Apr 2026 08:40:08 -0700 Subject: [PATCH 3/3] update Signed-off-by: Craig Osterhout --- content/manuals/dhi/how-to/customize.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/dhi/how-to/customize.md b/content/manuals/dhi/how-to/customize.md index cf0c0a15279..5960d348443 100644 --- a/content/manuals/dhi/how-to/customize.md +++ b/content/manuals/dhi/how-to/customize.md @@ -47,9 +47,9 @@ You can create customizations using either the DHI CLI or the Docker Hub web int details. 1. Select one or more images or Helm charts and versions you want to customize. - You can select multiple images and versions (from the same distro), or - multiple Helm charts and versions, to apply the same customization to all of - them. + You can select multiple images and versions (from the same distribution and + distribution version), or multiple Helm charts and versions, to apply the + same customization to all of them. 1. Select **Next**. 1. Optional. Add packages.