Skip to content
Merged
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
11 changes: 6 additions & 5 deletions content/manuals/dhi/how-to/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ To customize a Docker Hardened Image using the web interface, follow these steps
1. Select the image version you want to customize.
1. Optional. Add packages.

1. In the **Packages** drop-down, select the packages you want to add to the
1. In the packages drop-down, select the packages you want to add to the
image.

The packages available in the drop-down are OS system packages for the
selected image variant. For Alpine-based images, these are hardened
packages that have been built from source by Docker with cryptographic
signatures and full supply chain security. For Debian-based images,
these are standard Debian system packages.
selected image variant. For version 3.23 Alpine-based images, these are
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this won't be evergreen - in about two months from now we'll have 3.24 images. So we'll either need to go back here and update at that point, or we rephrase this to say call out say something like Alpine images, except 3.22, contain hardened packages, ...

hardened packages that have been built from source by Docker with
cryptographic signatures and full supply chain security. For version 3.22
Alpine-based images and Debian-based images, these are standard system
packages.

1. In the **OCI artifacts** drop-down, first, select the repository that
contains the OCI artifact image. Then, select the tag you want to use from
Expand Down
Loading