Undocument squash add-on build option (#2714)

This commit is contained in:
Felipe Santos 2025-07-03 04:10:45 -03:00 committed by GitHub
parent 805d4e37aa
commit 98d1ec19f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,7 +263,6 @@ This is only needed if you are not using the default images or need additional t
```yaml
build_from:
armhf: mycustom/base-image:latest
squash: false
args:
my_build_arg: xy
```
@ -271,7 +270,6 @@ args:
| Key | Required | Description |
| --- | -------- | ----------- |
| build_from | no | A dictionary with the hardware architecture as the key and the base Docker image as the value.
| squash | no | Default `False`. Be careful with this option, as you can not use the image for caching stuff after that!
| args | no | Allow additional Docker build arguments as a dictionary.
| labels | no | Allow additional Docker labels as a dictionary.
| codenotary | no | Enable container signature with codenotary CAS.