summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-03-24 00:41:10 +0000
committerGitHub <noreply@github.com>2021-03-24 00:41:10 +0000
commit2417360191bb320dc34c6c7b2c403a23c832b3f9 (patch)
treeb647c61336739722c8eb93d4e5b876f7079cb28d /doc
parentca7fa2ef7bc14112069ce78edd705a0d5d4745ff (diff)
parent9677d30d773021b9237e8130f5ba2879bf954354 (diff)
Merge master into staging-next
Diffstat (limited to 'doc')
-rw-r--r--doc/builders/images/dockertools.section.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/builders/images/dockertools.section.md b/doc/builders/images/dockertools.section.md
index 40d4dba1b85e..23662f9bbfe4 100644
--- a/doc/builders/images/dockertools.section.md
+++ b/doc/builders/images/dockertools.section.md
@@ -111,6 +111,12 @@ Create a Docker image with many of the store paths being on their own layer to i
*Default:* the output path's hash
+`fromImage` _optional_
+
+: The repository tarball containing the base image. It must be a valid Docker image, such as one exported by `docker save`.
+
+ *Default:* `null`, which can be seen as equivalent to `FROM scratch` of a `Dockerfile`.
+
`contents` _optional_
: Top level paths in the container. Either a single derivation, or a list of derivations.