Skip to content

Commit a9feed2

Browse files
dhi: add auto build info for customization
Signed-off-by: Craig Osterhout <[email protected]>
1 parent 577bf3e commit a9feed2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

content/manuals/dhi/features/patching.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,15 @@ Docker Hardened Images are automatically rebuilt and tested.
3939
Updated images are published with cryptographic provenance attestations to
4040
support verification and compliance workflows. This automated process reduces
4141
the operational burden of manual patching and helps teams stay aligned with
42-
secure software development practices.
42+
secure software development practices.
43+
44+
## Automatic patching for customized images
45+
46+
When you [customize a Docker Hardened Image](../how-to/customize.md), your
47+
customized images also benefit from automatic patching. When the base Docker
48+
Hardened Image receives a security update, Docker automatically rebuilds your
49+
customized images in the background, ensuring they stay current with the latest
50+
security patches without requiring manual intervention.
51+
52+
This means your customizations maintain continuous compliance and protection by
53+
default, with no additional operational overhead.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@ To customize a Docker Hardened Image, follow these steps:
105105
to build. Once built, it will appear in the **Tags** tab of the repository,
106106
and your team members can pull it like any other image.
107107

108+
## Automatic rebuilds
109+
110+
Your customized images stay secure automatically. When the base Docker Hardened
111+
Image receives a security patch or your OCI artifacts are updated, Docker
112+
automatically rebuilds your customized images in the background. This ensures
113+
continuous compliance and protection by default, with no manual work required.
114+
115+
The rebuilt images are signed and attested to the same SLSA Build Level 3
116+
standard as the base images, ensuring a secure and verifiable supply chain.
117+
108118
## Edit or delete a Docker Hardened Image customization
109119

110120
To edit or delete a Docker Hardened Image customization, follow these steps:

0 commit comments

Comments
 (0)