@@ -66,16 +66,18 @@ You can create customizations using either the DHI CLI or the Docker Hub web int
6666
6767 The OCI artifacts are images that you have previously
6868 built and pushed to a repository in the same namespace as the mirrored
69- DHI. For example, you can add a custom root CA certificate or a another
69+ DHI. For example, you can add a custom root CA certificate or another
7070 image that contains a tool you need, like adding Python to a Node.js
7171 image. For more details on how to create an OCI artifact image, see
7272 [ Create an OCI artifact image] ( #create-an-oci-artifact-image-for-image-customization ) .
7373
74- When combining images that contain directories and files with the same
75- path, images later in the list will overwrite files from earlier images.
76- To manage this, you must select paths to include and optionally exclude
77- from each OCI artifact image. This allows you to control which files are
78- included in the final customized image.
74+ You can add multiple OCI artifact images to a single customization. When
75+ you add more than one, they're applied in the order you add them in the
76+ ** OCI artifacts** drop-down. If multiple images contain directories or
77+ files with the same path, images added later overwrite files from images
78+ added earlier. To manage this, you must select paths to include and
79+ optionally exclude from each OCI artifact image. This allows you to
80+ control which files are included in the final customized image.
7981
8082 By default, no files are included from the OCI artifact image. You must
8183 explicitly include the paths you want. After including a path, you can
0 commit comments