From 1f1248b4a307fda1be0df43db090670f72bd47c0 Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 29 Aug 2025 09:49:28 -0700 Subject: [PATCH 1/3] dhi: add migration tip Signed-off-by: Craig --- content/manuals/dhi/get-started.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/manuals/dhi/get-started.md b/content/manuals/dhi/get-started.md index 3116eae2f325..1a8b89838918 100644 --- a/content/manuals/dhi/get-started.md +++ b/content/manuals/dhi/get-started.md @@ -12,6 +12,18 @@ This guide shows you how to go from zero to running a Docker Hardened Image (DHI) using a real example. While the steps use a specific image as an example, they can be applied to any DHI. +> [!TIP] +> +> You can keep using the same tools and workflows you already know when moving +> to DHI from other images on Docker Hub, such as Bitnami public catalog images. +> Note that Bitnami announced that its public catalog images will no longer be +> available after September 29, 2025. +> +> In most cases, migrating is as simple as updating the image reference in your +> configuration or commands. Start with this guide, then see the [migration +> guide](./how-to/migrate.md) for more details and examples. + + ## Step 1: Sign up and subscribe to DHI for access To access Docker Hardened Images, your organization must [sign From 63ae16074853d934400cb1e15293127452f15925 Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 29 Aug 2025 09:55:23 -0700 Subject: [PATCH 2/3] vale: add term Signed-off-by: Craig --- _vale/config/vocabularies/Docker/accept.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/_vale/config/vocabularies/Docker/accept.txt b/_vale/config/vocabularies/Docker/accept.txt index bc3941deb09d..e39f05fd9e46 100644 --- a/_vale/config/vocabularies/Docker/accept.txt +++ b/_vale/config/vocabularies/Docker/accept.txt @@ -12,6 +12,7 @@ autolock Azure Azure AD bootup +Bitnami Btrfs Bugsnag BuildKit From 06a47025da16e89fa04640bc461eeaea45e49c5b Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 29 Aug 2025 10:16:41 -0700 Subject: [PATCH 3/3] add link to announcement Signed-off-by: Craig --- content/manuals/dhi/get-started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/manuals/dhi/get-started.md b/content/manuals/dhi/get-started.md index 1a8b89838918..97b787baf6ed 100644 --- a/content/manuals/dhi/get-started.md +++ b/content/manuals/dhi/get-started.md @@ -16,8 +16,9 @@ example, they can be applied to any DHI. > > You can keep using the same tools and workflows you already know when moving > to DHI from other images on Docker Hub, such as Bitnami public catalog images. -> Note that Bitnami announced that its public catalog images will no longer be -> available after September 29, 2025. +> Note that [Bitnami announced](https://github.com/bitnami/charts/issues/35164) +> that its public catalog images will no longer be available after September 29, +> 2025. > > In most cases, migrating is as simple as updating the image reference in your > configuration or commands. Start with this guide, then see the [migration