From 138d76c31b9ff80694ef036b4bd8cbd4b9e9aff5 Mon Sep 17 00:00:00 2001 From: Mathias Sven Date: Wed, 4 Sep 2024 15:23:35 +0100 Subject: [PATCH] doc/dockertools: add note about base image config inheritance --- doc/build-helpers/images/dockertools.section.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/build-helpers/images/dockertools.section.md b/doc/build-helpers/images/dockertools.section.md index aeb831c770c5..aece0cbcb7e2 100644 --- a/doc/build-helpers/images/dockertools.section.md +++ b/doc/build-helpers/images/dockertools.section.md @@ -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_)