Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/guides/dhi-backstage.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,5 +479,5 @@ Different scanners detect different issues. Running all three gives you the most
- [Create and build a DHI](/dhi/how-to/build/) — learn how to write a DHI definition file, build images locally.
- [Use the DHI CLI](/dhi/how-to/cli/) — manage DHI images, mirrors, and customizations from the command line.
- [Migrate to DHI](/dhi/migration/) — for applications that work with standard DHI images without additional packages.
- [Compare images](/dhi/how-to/compare/) — evaluate security improvements between your original and hardened images.
- [Compare images](/dhi/how-to/explore/#compare-and-evaluate-images) — evaluate security improvements between your original and hardened images.
- [Docker Debug](/dhi/how-to/debug/) — troubleshoot distroless containers that have no shell.
2 changes: 1 addition & 1 deletion content/manuals/dhi/core-concepts/cis.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ from the benchmark more quickly and confidently.
## Identify CIS-compliant images

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

## Get the benchmark
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/dhi/core-concepts/fips.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ compliance requirements by incorporating components that meet the standard.
Docker Hardened Images that support FIPS are marked as **FIPS** compliant
in the Docker Hardened Images catalog.

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

- Use the **FIPS** filter on the catalog page
- Look for **FIPS** compliant on individual image listings
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/dhi/core-concepts/stig.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Docker Hardened Images that include STIG scan results are labeled as **STIG** in
the Docker Hardened Images catalog.

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

- Use the **STIG** filter on the catalog page
- Look for **STIG** labels on individual image listings
Expand Down
6 changes: 3 additions & 3 deletions content/manuals/dhi/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Docker account, pull and run an image, and compare it with a Docker Official Ima
`node`, or `golang`). For this example, search for `python`.
3. Select the Python repository to view its details.

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

## Step 2: Pull and run the image

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

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

## What's next

Expand Down
15 changes: 1 addition & 14 deletions content/manuals/dhi/how-to/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Step-by-step guidance for working with Docker Hardened Images, from
weight: 20
params:
grid_discover:
- title: Explore Docker Hardened Images
- title: Search and evaluate Docker Hardened Images
description: Learn how to find and evaluate image repositories, variants, metadata, and attestations in the DHI catalog on Docker Hub.
icon: travel_explore
link: /dhi/how-to/explore/
Expand Down Expand Up @@ -49,11 +49,6 @@ params:
description: Learn how to manage your mirrored and customized Docker Hardened Images in your organization.
icon: reorder
link: /dhi/how-to/manage/
grid_evaluate:
- title: Compare Docker Hardened Images
description: Learn how to compare Docker Hardened Images with other container images to evaluate security improvements and differences.
icon: compare
link: /dhi/how-to/compare/
grid_verify:
- title: Verify a Docker Hardened Image or chart
description: Use Docker Scout or cosign to verify signed attestations like SBOMs, provenance, and vulnerability data for Docker Hardened Images and charts.
Expand Down Expand Up @@ -101,14 +96,6 @@ Mirror trusted images, customize as needed, and integrate into your workflows.
items="grid_adopt"
>}}

## Evaluate

Compare with other images to understand security improvements.

{{< grid
items="grid_evaluate"
>}}

## Verify

Check signatures, SBOMs, and provenance, and scan for vulnerabilities.
Expand Down
193 changes: 0 additions & 193 deletions content/manuals/dhi/how-to/compare.md

This file was deleted.

Loading