Skip to content

Commit c13dd55

Browse files
dhi: update wording (#22932)
<!--Delete sections as needed --> ## Description Refine wording based on internal feedback. Particularly, don't say `exclude the OS layer`. Use `reduce` or some other wording. ## 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]>
1 parent fc8490c commit c13dd55

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/manuals/dhi/about/what.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ so you don’t have to.
5656
Level 3](../core-concepts/slsa.md), ensuring a tamper-resistant, verifiable,
5757
and auditable build process that protects against supply chain threats.
5858

59-
- Distroless approach: Unlike traditional base images that bundle an entire OS
60-
with shells and package managers, [distroless
61-
images](../core-concepts/distroless.md) exclude the OS layer and include only
62-
your app and its runtime dependencies, reducing the attack surface by up to 95
63-
percent and improving performance.
59+
- Distroless approach: Unlike traditional base images that bundle an entire OS
60+
with shells, package managers, and debugging tools, [distroless
61+
images](../core-concepts/distroless.md) retain only the minimal OS components
62+
required to run your application. By excluding unnecessary tooling and
63+
libraries, they reduce the attack surface by up to 95% and can improve
64+
performance and image size.
6465

6566
- Continuous maintenance: All DHIs are continuously monitored and updated to
6667
maintain near-zero known exploitable [CVEs](../core-concepts/cves.md), helping

0 commit comments

Comments
 (0)