Skip to content
Draft
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
1 change: 0 additions & 1 deletion content/manuals/dhi/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ a simple Python command just like you would with any other Docker image:
To dive deeper into using images, see:

- [Use a Docker Hardened Image](./how-to/use.md) for general usage
- [Use in Kubernetes](./how-to/k8s.md) for Kubernetes deployments
- [Use a Helm chart](./how-to/helm.md) for deploying with Helm

## Step 3: Compare with other images
Expand Down
8 changes: 0 additions & 8 deletions content/manuals/dhi/how-to/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,10 @@ params:
description: Learn how to pull, run, and reference Docker Hardened Images in Dockerfiles, CI pipelines, and standard development workflows.
icon: play_arrow
link: /dhi/how-to/use/
- title: Use a Docker Hardened Image in Kubernetes
description: Learn how to use Docker Hardened Images in Kubernetes deployments.
icon: play_arrow
link: /dhi/how-to/k8s/
- title: Use a Docker Hardened Image chart
description: Learn how to use a Docker Hardened Image chart.
icon: leaderboard
link: /dhi/how-to/helm/
- title: Use Extended Lifecycle Support for Docker Hardened Images
description: Learn how to use Extended Lifecycle Support with Docker Hardened Images.
icon: update
link: /dhi/how-to/els/
- title: Manage Docker Hardened Images and charts
description: Learn how to manage your mirrored and customized Docker Hardened Images in your organization.
icon: reorder
Expand Down
62 changes: 0 additions & 62 deletions content/manuals/dhi/how-to/els.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/manuals/dhi/how-to/hardened-packages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Use Hardened System Packages
linkTitle: Use hardened packages
weight: 30
weight: 32
keywords: hardened images, DHI, hardened packages, packages, alpine
description: Learn how to use and verify Docker's hardened system packages in your images.
---
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/dhi/how-to/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Use a Docker Hardened Image chart
linktitle: Use a Helm chart
description: Learn how to use a Docker Hardened Image chart.
keywords: use hardened image, helm, k8s, kubernetes, dhi chart, chart
weight: 32
weight: 31
---

Docker Hardened Image (DHI) charts are Docker-provided [Helm
Expand Down
79 changes: 0 additions & 79 deletions content/manuals/dhi/how-to/k8s.md

This file was deleted.

5 changes: 2 additions & 3 deletions content/manuals/dhi/how-to/mirror.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ repository.

> [!NOTE]
>
> If you only want to stop mirroring ELS versions, you can clear the ELS
> option in the mirrored repository's **Settings** tab. For more details, see
> [Disable ELS for a repository](./els.md#disable-els-for-a-repository).
> If you only want to stop mirroring ELS versions, clear the **Mirror
> end-of-life images** option in the mirrored repository's **Settings** tab.

To stop mirroring a repository:

Expand Down
1 change: 0 additions & 1 deletion content/manuals/dhi/how-to/select-enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ image from your organization namespace on Docker Hub.
To dive deeper into using images, see:

- [Use a Docker Hardened Image](use.md) for general usage
- [Use in Kubernetes](k8s.md) for Kubernetes deployments
- [Use a Helm chart](helm.md) for deploying with Helm

## Step 5: Remove customization and stop mirroring
Expand Down
Loading