Skip to content

Commit 7ee58ed

Browse files
dhi: refresh how-to explore (#24602)
<!--Delete sections as needed --> ## Description - Refreshed explore based on latest GUI. Removed steps with a direct link. xref'd to previous sections to remove redundant steps. - Consolidated explore and compare to minimize left nav sprawl and because they're related use-cases. - Renamed from "explore" to "search" in order to not conflict with the about section that got renamed explore. - Added in CLI commands to eventually remove the bolted-on, standalone how-to cli topic. - Cleaned up some fluff from the compare topic that was used to make it feel more substantial when it was a standalone. https://deploy-preview-24602--docsdocker.netlify.app/dhi/how-to/explore/ ## Related issues or tickets ENGDOCS-3222 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review --------- Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent c32a173 commit 7ee58ed

File tree

12 files changed

+159
-291
lines changed

12 files changed

+159
-291
lines changed

content/guides/dhi-backstage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,5 +479,5 @@ Different scanners detect different issues. Running all three gives you the most
479479
- [Create and build a DHI](/dhi/how-to/build/) — learn how to write a DHI definition file, build images locally.
480480
- [Use the DHI CLI](/dhi/how-to/cli/) — manage DHI images, mirrors, and customizations from the command line.
481481
- [Migrate to DHI](/dhi/migration/) — for applications that work with standard DHI images without additional packages.
482-
- [Compare images](/dhi/how-to/compare/) — evaluate security improvements between your original and hardened images.
482+
- [Compare images](/dhi/how-to/explore/#compare-and-evaluate-images) — evaluate security improvements between your original and hardened images.
483483
- [Docker Debug](/dhi/how-to/debug/) — troubleshoot distroless containers that have no shell.

content/manuals/dhi/core-concepts/cis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ from the benchmark more quickly and confidently.
4646
## Identify CIS-compliant images
4747

4848
CIS-compliant images are labeled as **CIS** in the Docker Hardened Images catalog.
49-
To find them, [explore images](../how-to/explore.md) and look for the **CIS**
49+
To find them, [search the catalog](../how-to/explore.md) and look for the **CIS**
5050
designation on individual listings.
5151

5252
## Get the benchmark

content/manuals/dhi/core-concepts/fips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ compliance requirements by incorporating components that meet the standard.
6666
Docker Hardened Images that support FIPS are marked as **FIPS** compliant
6767
in the Docker Hardened Images catalog.
6868

69-
To find DHI repositories with FIPS image variants, [explore images](../how-to/explore.md) and:
69+
To find DHI repositories with FIPS image variants, [search the catalog](../how-to/explore.md) and:
7070

7171
- Use the **FIPS** filter on the catalog page
7272
- Look for **FIPS** compliant on individual image listings

content/manuals/dhi/core-concepts/stig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Docker Hardened Images that include STIG scan results are labeled as **STIG** in
5858
the Docker Hardened Images catalog.
5959

6060
To find DHI repositories with STIG image variants, [explore
61-
images](../how-to/explore.md) and:
61+
images](../how-to/explore.md#image-variants) and:
6262

6363
- Use the **STIG** filter on the catalog page
6464
- Look for **STIG** labels on individual image listings

content/manuals/dhi/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Docker account, pull and run an image, and compare it with a Docker Official Ima
3030
`node`, or `golang`). For this example, search for `python`.
3131
3. Select the Python repository to view its details.
3232

33-
Continue to the next step to pull and run the image. To dive deeper into exploring
34-
images see [Explore Docker Hardened Images](./how-to/explore.md).
33+
Continue to the next step to pull and run the image. To dive deeper into searching
34+
and evaluating images, see [Search and evaluate Docker Hardened Images](./how-to/explore.md).
3535

3636
## Step 2: Pull and run the image
3737

@@ -131,7 +131,7 @@ This comparison shows that the Docker Hardened Image:
131131
- Reduces size: From 412 MB down to 35 MB (91% reduction)
132132
- Minimizes packages: From 610 packages down to 80 (87% reduction)
133133

134-
To dive deeper into comparing images see [Compare Docker Hardened Images](./how-to/compare.md).
134+
To dive deeper into comparing images see [Search and evaluate Docker Hardened Images](./how-to/explore.md#compare-and-evaluate-images).
135135

136136
## What's next
137137

content/manuals/dhi/how-to/_index.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Step-by-step guidance for working with Docker Hardened Images, from
44
weight: 20
55
params:
66
grid_discover:
7-
- title: Explore Docker Hardened Images
7+
- title: Search and evaluate Docker Hardened Images
88
description: Learn how to find and evaluate image repositories, variants, metadata, and attestations in the DHI catalog on Docker Hub.
99
icon: travel_explore
1010
link: /dhi/how-to/explore/
@@ -49,11 +49,6 @@ params:
4949
description: Learn how to manage your mirrored and customized Docker Hardened Images in your organization.
5050
icon: reorder
5151
link: /dhi/how-to/manage/
52-
grid_evaluate:
53-
- title: Compare Docker Hardened Images
54-
description: Learn how to compare Docker Hardened Images with other container images to evaluate security improvements and differences.
55-
icon: compare
56-
link: /dhi/how-to/compare/
5752
grid_verify:
5853
- title: Verify a Docker Hardened Image or chart
5954
description: Use Docker Scout or cosign to verify signed attestations like SBOMs, provenance, and vulnerability data for Docker Hardened Images and charts.
@@ -101,14 +96,6 @@ Mirror trusted images, customize as needed, and integrate into your workflows.
10196
items="grid_adopt"
10297
>}}
10398
104-
## Evaluate
105-
106-
Compare with other images to understand security improvements.
107-
108-
{{< grid
109-
items="grid_evaluate"
110-
>}}
111-
11299
## Verify
113100

114101
Check signatures, SBOMs, and provenance, and scan for vulnerabilities.

content/manuals/dhi/how-to/compare.md

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)