Skip to content

Commit 98d1ec1

Browse files
authored
Undocument squash add-on build option (#2714)
1 parent 805d4e3 commit 98d1ec1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/add-ons/configuration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,15 +263,13 @@ This is only needed if you are not using the default images or need additional t
263263
```yaml
264264
build_from:
265265
armhf: mycustom/base-image:latest
266-
squash: false
267266
args:
268267
my_build_arg: xy
269268
```
270269

271270
| Key | Required | Description |
272271
| --- | -------- | ----------- |
273272
| build_from | no | A dictionary with the hardware architecture as the key and the base Docker image as the value.
274-
| squash | no | Default `False`. Be careful with this option, as you can not use the image for caching stuff after that!
275273
| args | no | Allow additional Docker build arguments as a dictionary.
276274
| labels | no | Allow additional Docker labels as a dictionary.
277275
| codenotary | no | Enable container signature with codenotary CAS.

0 commit comments

Comments
 (0)