Merge pull request #283394 from DanielSidhion/fix-dockertools-example

doc: add missing attribute to example in dockerTools
This commit is contained in:
Silvan Mosberger 2024-01-25 16:19:30 +01:00 committed by GitHub
commit f7609960db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
```