From 9f6a8362cab1e0ff1e2a908728db633d3d02c070 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Wed, 9 Apr 2025 09:01:16 -0700 Subject: [PATCH] trusted content: align doi description (#22370) ## Description Better align the DOI description. ## Related issues or tickets ENGDOCS-2535 ## Reviews - [ ] Editorial review - [ ] Product review Signed-off-by: Craig --- content/manuals/build/building/base-images.md | 5 ++--- content/manuals/build/building/best-practices.md | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/content/manuals/build/building/base-images.md b/content/manuals/build/building/base-images.md index 32ae78d8c4..17770a834e 100644 --- a/content/manuals/build/building/base-images.md +++ b/content/manuals/build/building/base-images.md @@ -22,9 +22,8 @@ For most cases, you don't need to create your own base image. Docker Hub contains a vast library of Docker images that are suitable for use as a base image in your build. [Docker Official Images](../../docker-hub/image-library/trusted-content.md#docker-official-images) -are specifically designed as a set of hardened, battle-tested images that -support a wide variety of platforms, languages, and frameworks. There are also -[Docker Verified +have clear documentation, promote best practices, and are regularly updated +There are also [Docker Verified Publisher](../../docker-hub/image-library/trusted-content.md#verified-publisher-images) images, created by trusted publishing partners, verified by Docker. diff --git a/content/manuals/build/building/best-practices.md b/content/manuals/build/building/best-practices.md index 61064998b3..68ea0de267 100644 --- a/content/manuals/build/building/best-practices.md +++ b/content/manuals/build/building/best-practices.md @@ -46,9 +46,9 @@ image. When choosing an image, ensure it's built from a trusted source and keep it small. - [Docker Official Images](https://hub.docker.com/search?image_filter=official) - are some of the most secure and dependable images on Docker Hub. Typically, - Docker Official images have few or no packages containing CVEs, and are - thoroughly reviewed by Docker and project maintainers. + are a curated collection that have clear documentation, promote best + practices, and are regularly updated. They provide a trusted starting point + for many applications. - [Verified Publisher](https://hub.docker.com/search?image_filter=store) images are high-quality images published and maintained by the organizations