@@ -8,16 +8,24 @@ description: Learn how to customize a Docker Hardened Images (DHI).
88
99You can customize a Docker Hardened Image (DHI) to suit your specific needs
1010using the Docker Hub UI. This allows you to select a base image, add packages,
11- add artifacts, and configure settings. In addition, the build pipeline ensures that
12- your customized image is built securely and includes attestations.
11+ add OCI artifacts (such as custom certificates or additional tools), and
12+ configure settings. In addition, the build pipeline ensures that your customized
13+ image is built securely and includes attestations.
14+
15+ Your customized images stay secure automatically. When the base Docker Hardened
16+ Image receives a security patch or your OCI artifacts are updated, Docker
17+ automatically rebuilds your customized images in the background. This ensures
18+ continuous compliance and protection by default, with no manual work required.
19+ The rebuilt images are signed and attested to the same SLSA Build Level 3
20+ standard as the base images, ensuring a secure and verifiable supply chain.
21+
22+ ## Customize a Docker Hardened Image
1323
1424To add a customized Docker Hardened Image to your organization, an organization
1525owner must first [ mirror] ( ./mirror.md ) the DHI repository to your organization.
1626Once the repository is mirrored, any user with access to the mirrored DHI
1727repository can create a customized image.
1828
19- ## Customize a Docker Hardened Image
20-
2129To customize a Docker Hardened Image, follow these steps:
2230
23311 . Sign in to [ Docker Hub] ( https://hub.docker.com ) .
0 commit comments