doc/dockertools: add note about base image config inheritance

This commit is contained in:
Mathias Sven 2024-09-04 15:23:35 +01:00
parent 0bbe0b8728
commit 138d76c31b
No known key found for this signature in database
GPG Key ID: 9562255303008AB3

View File

@ -50,6 +50,10 @@ Similarly, if you encounter errors similar to `Error_Protocol ("certificate has
If specified, the layer created by `buildImage` will be appended to the layers defined in the base image, resulting in an image with at least two layers (one or more layers from the base image, and the layer created by `buildImage`).
Otherwise, the resulting image with contain the single layer created by `buildImage`.
:::{.note}
Only **Env** configuration is inherited from the base image.
:::
_Default value:_ `null`.
`fromImageName` (String or Null; _optional_)