Skip to content

Commit ad5db5b

Browse files
dhi: add management (#23203)
<!--Delete sections as needed --> ## Description Added "Manage images" for new management screen. Updated existing topics based on new nav. Updated screenshots based on new nav. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review --------- Signed-off-by: Craig <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 420e0b8 commit ad5db5b

File tree

10 files changed

+82
-15
lines changed

10 files changed

+82
-15
lines changed

content/manuals/dhi/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace on Docker Hub.
2525
1. Go to [Docker Hub](https://hub.docker.com) and sign in.
2626
2. Select **My Hub** in the top navigation.
2727
3. In the left sidebar, choose your organization that has DHI access.
28-
4. In the left sidebar, select **DHI catalog**.
28+
4. In the left sidebar, select **DHI** > **Catalog**.
2929

3030
![Docker Hub sidebar showing DHI catalog](./images/dhi-catalog.png)
3131

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ params:
2020
description: Learn how to pull, run, and reference Docker Hardened Images in Dockerfiles, CI pipelines, and standard development workflows.
2121
icon: play_arrow
2222
link: /dhi/how-to/use/
23+
- title: Manage Docker Hardened Images
24+
description: Learn how to manage your mirrored and customized Docker Hardened Images in your organization.
25+
icon: reorder
26+
link: /dhi/how-to/manage/
2327
- title: Migrate an existing application to use Docker Hardened Images
2428
description: Follow a step-by-step guide to update your Dockerfiles and adopt Docker Hardened Images for secure, minimal, and production-ready builds.
2529
icon: directions_run

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ To customize a Docker Hardened Image, follow these steps:
2424
2. Select **My Hub**.
2525
3. In the namespace drop-down, select your organization that has a mirrored DHI
2626
repository.
27-
4. Select the mirrored DHI repository.
28-
5. Select the **Customizations** tab.
29-
6. Select **Create customization**.
27+
4. Select **DHI** > **Management**.
28+
5. For the mirrored DHI repository you want to customize, select the menu icon in the far right column.
29+
6. Select **Customize**.
3030

3131
At this point, the on-screen instructions will guide you through the
3232
customization process. You can continue with the following steps for more
@@ -100,10 +100,16 @@ To edit or delete a Docker Hardened Image customization, follow these steps:
100100
1. Sign in to [Docker Hub](https://hub.docker.com).
101101
2. Select **My Hub**.
102102
3. In the namespace drop-down, select your organization that has a mirrored DHI.
103-
4. Select the mirrored DHI repository.
104-
5. Select the **Customizations** tab.
105-
6. Select **Edit** to edit the customization, or select the trashcan icon to
106-
delete the customization.
103+
4. Select **DHI** > **Management**.
104+
5. Select **Customizations**.
105+
106+
6. For the customized DHI repository you want to manage, select the menu icon in the far right column.
107+
From here, you can:
108+
109+
- **Edit**: Edit the customized image.
110+
- **Create new**: Create a new customized image based on the source repository.
111+
- **Delete**: Delete the customized image.
112+
107113
7. Follow the on-screen instructions to complete the edit or deletion.
108114

109115
## Create an OCI artifact image

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To explore Docker Hardened Images (DHI):
2828
1. Go to [Docker Hub](https://hub.docker.com) and sign in.
2929
2. Select **My Hub**.
3030
3. In the namespace drop-down, select your organization that has access to DHI.
31-
4. Select **DHI catalog**.
31+
4. Select **DHI** > **Catalog**.
3232

3333
On the DHI page, you can browse images, search images, or filter images by
3434
category.
@@ -40,7 +40,7 @@ To view repository details:
4040
1. Go to [Docker Hub](https://hub.docker.com) and sign in.
4141
2. Select **My Hub**.
4242
3. In the namespace drop-down, select your organization that has access to DHI.
43-
4. Select **DHI catalog**.
43+
4. Select **DHI** > **Catalog**.
4444
5. Select a repository in the DHI catalog list.
4545

4646
The repository details page provides the following:
@@ -67,7 +67,7 @@ To explore image variants:
6767
1. Go to [Docker Hub](https://hub.docker.com) and sign in.
6868
2. Select **My Hub**.
6969
3. In the namespace drop-down, select your organization that has access to DHI.
70-
4. Select **DHI catalog**.
70+
4. Select **DHI** > **Catalog**.
7171
5. Select a repository in the DHI catalog list.
7272
6. Select **Tags**.
7373

@@ -98,7 +98,7 @@ To explore the details of an image variant:
9898
1. Go to [Docker Hub](https://hub.docker.com) and sign in.
9999
2. Select **My Hub**.
100100
3. In the namespace drop-down, select your organization that has access to DHI.
101-
4. Select **DHI catalog**.
101+
4. Select **DHI** > **Catalog**.
102102
5. Select a repository in the DHI catalog list.
103103
6. Select **Tags**.
104104
7. Select the image variant's tag in the table.

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

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Manage Docker Hardened Images
3+
linktitle: Manage images
4+
description: Learn how to manage your mirrored and customized Docker Hardened Images in your organization.
5+
keywords: manage docker hardened images, custom hardened images
6+
weight: 45
7+
---
8+
9+
{{< summary-bar feature_name="Docker Hardened Images" >}}
10+
11+
On the **Management** screen in Docker Hub, you can manage both your mirrored
12+
Docker Hardened Image (DHI) repositories and customized DHI images in your
13+
organization.
14+
15+
## Manage mirrored Docker Hardened Images
16+
17+
To manage your mirrored DHI repositories:
18+
19+
1. Go to the [Docker Hub](https://hub.docker.com) and sign in.
20+
2. Select **My Hub**.
21+
3. In the namespace drop-down, select your organization.
22+
4. Select **DHI** > **Management**.
23+
24+
On this page, you can view your mirrored DHI
25+
repositories and view which source repositories they are mirrored from.
26+
27+
5. Select the menu icon in the far right column of the repository you want to manage.
28+
29+
From here, you can:
30+
31+
- **Customize**: Create a customized image based on the source repository.
32+
- **Stop mirroring**: Stop mirroring the DHI repository.
33+
34+
## Manage customized Docker Hardened Images
35+
36+
To manage your customized DHI repositories:
37+
38+
1. Go to [Docker Hub](https://hub.docker.com) and sign in.
39+
2. Select **My Hub**.
40+
3. In the namespace drop-down, select your organization.
41+
4. Select **DHI** > **Management**.
42+
5. Select **Customizations**.
43+
44+
On this page, you can view your customized DHI
45+
repositories.
46+
47+
6. Select the menu icon in the far right column of the repository you want to manage.
48+
49+
From here, you can:
50+
51+
- **Edit**: Edit the customized image.
52+
- **Create new**: Create a new customized image based on the source repository.
53+
- **Delete**: Delete the customized image.

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To mirror a Docker Hardened Image repository:
3131
1. Go to [Docker Hub](https://hub.docker.com) and sign in.
3232
2. Select **My Hub**.
3333
3. In the namespace drop-down, select your organization that has access to DHI.
34-
4. Select **DHI catalog**.
34+
4. Select **DHI** > **Catalog**.
3535
5. Select a DHI repository to view its details.
3636
6. Select **Mirror to repository** and follow the on-screen instructions.
3737

@@ -116,8 +116,12 @@ repository.
116116

117117
To stop mirroring an image repository:
118118

119-
1. Go to the mirrored repository in your organization's namespace.
120-
2. Select **Stop mirroring**.
119+
1. Go to [Docker Hub](https://hub.docker.com) and sign in.
120+
2. Select **My Hub**.
121+
3. In the namespace drop-down, select your organization that has access to DHI.
122+
4. Select **DHI** > **Management**.
123+
5. In the far right column of the repository you want to stop mirroring, select the menu icon.
124+
6. Select **Stop mirroring**.
121125

122126
Once you have stopped mirroring a repository, you can choose another DHI
123127
repository to mirror.
1.13 KB
Loading
-20.1 KB
Loading
17.1 KB
Loading
-26.7 KB
Loading

0 commit comments

Comments
 (0)