mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 15:26:29 +00:00
Undocument squash add-on build option (#2714)
This commit is contained in:
parent
805d4e37aa
commit
98d1ec19f5
@ -263,7 +263,6 @@ This is only needed if you are not using the default images or need additional t
|
|||||||
```yaml
|
```yaml
|
||||||
build_from:
|
build_from:
|
||||||
armhf: mycustom/base-image:latest
|
armhf: mycustom/base-image:latest
|
||||||
squash: false
|
|
||||||
args:
|
args:
|
||||||
my_build_arg: xy
|
my_build_arg: xy
|
||||||
```
|
```
|
||||||
@ -271,7 +270,6 @@ args:
|
|||||||
| Key | Required | Description |
|
| Key | Required | Description |
|
||||||
| --- | -------- | ----------- |
|
| --- | -------- | ----------- |
|
||||||
| build_from | no | A dictionary with the hardware architecture as the key and the base Docker image as the value.
|
| 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.
|
| args | no | Allow additional Docker build arguments as a dictionary.
|
||||||
| labels | no | Allow additional Docker labels as a dictionary.
|
| labels | no | Allow additional Docker labels as a dictionary.
|
||||||
| codenotary | no | Enable container signature with codenotary CAS.
|
| codenotary | no | Enable container signature with codenotary CAS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user