Skip to content

Commit 05e75ee

Browse files
dhi: refresh how-to use (#24629)
<!--Delete sections as needed --> ## Description - Merged the use in k8 topic into the general use topic. - Removed the generic dhi differences table and just xref'd to the migrations topic that also has it. - Simplified the pull & run section down to just explaining the different registries. - Added how to use els variants and removed that standalone topic. - Replaced dev multi-stage example with an xref to the migration topics - Added DD auth for k8 example for local dev ## Related issues or tickets ENGDOCS-3222 ENGDOCS-3226 #24616 as it may cause conflicts. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review --------- Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent 5d0e977 commit 05e75ee

File tree

9 files changed

+163
-308
lines changed

9 files changed

+163
-308
lines changed

content/manuals/dhi/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ a simple Python command just like you would with any other Docker image:
7474
To dive deeper into using images, see:
7575

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

8079
## Step 3: Compare with other images

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,10 @@ params:
3333
description: Learn how to pull, run, and reference Docker Hardened Images in Dockerfiles, CI pipelines, and standard development workflows.
3434
icon: play_arrow
3535
link: /dhi/how-to/use/
36-
- title: Use a Docker Hardened Image in Kubernetes
37-
description: Learn how to use Docker Hardened Images in Kubernetes deployments.
38-
icon: play_arrow
39-
link: /dhi/how-to/k8s/
4036
- title: Use a Docker Hardened Image chart
4137
description: Learn how to use a Docker Hardened Image chart.
4238
icon: leaderboard
4339
link: /dhi/how-to/helm/
44-
- title: Use Extended Lifecycle Support for Docker Hardened Images
45-
description: Learn how to use Extended Lifecycle Support with Docker Hardened Images.
46-
icon: update
47-
link: /dhi/how-to/els/
4840
- title: Manage Docker Hardened Images and charts
4941
description: Learn how to manage your mirrored and customized Docker Hardened Images in your organization.
5042
icon: reorder

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

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

content/manuals/dhi/how-to/hardened-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use Hardened System Packages
33
linkTitle: Use hardened packages
4-
weight: 30
4+
weight: 32
55
keywords: hardened images, DHI, hardened packages, packages, alpine
66
description: Learn how to use and verify Docker's hardened system packages in your images.
77
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use a Docker Hardened Image chart
33
linktitle: Use a Helm chart
44
description: Learn how to use a Docker Hardened Image chart.
55
keywords: use hardened image, helm, k8s, kubernetes, dhi chart, chart
6-
weight: 32
6+
weight: 31
77
---
88

99
Docker Hardened Image (DHI) charts are Docker-provided [Helm

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

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

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ repository.
154154

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

content/manuals/dhi/how-to/select-enterprise.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ image from your organization namespace on Docker Hub.
231231
To dive deeper into using images, see:
232232

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

237236
## Step 5: Remove customization and stop mirroring

0 commit comments

Comments
 (0)