about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2024-01-25 16:19:30 +0100
committerGitHub <noreply@github.com>2024-01-25 16:19:30 +0100
commitf7609960db17d03feb5163f7d1b94d7e9213b75a (patch)
tree9c233f3c0f9a65bde57aa2764ca3e18599a30849 /doc
parent2e01672aed6ccb8afc182775c56c729fcbf6484f (diff)
parentad83240aadba865b2a4ef5f997b4cac46d22cb16 (diff)
Merge pull request #283394 from DanielSidhion/fix-dockertools-example
doc: add missing attribute to example in dockerTools
Diffstat (limited to 'doc')
-rw-r--r--doc/build-helpers/images/dockertools.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-helpers/images/dockertools.section.md b/doc/build-helpers/images/dockertools.section.md
index d063f1961d891..e1853f25db0c3 100644
--- a/doc/build-helpers/images/dockertools.section.md
+++ b/doc/build-helpers/images/dockertools.section.md
@@ -676,6 +676,7 @@ If our package sets `includeStorePaths` to `false`, we'll end up with only the f
 dockerTools.streamLayeredImage {
   name = "hello";
   contents = [ hello ];
+  includeStorePaths = false;
 }
 ```