From 5ae88512c343867df10fd99ff6759d58dbc2f5f7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 17 Nov 2021 18:23:10 +0100 Subject: [PATCH] CAS function on build.json (#1139) --- docs/add-ons/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index e9b7e3ae..bcf41a6c 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -269,6 +269,9 @@ args: | squash | no | Default `False`. Be careful with this option, as you can not use the image for caching stuff after that! | args | no | Allow to set additional Docker build arguments as a dictionary. | labels | no | Allow to set additional Docker labels as a dictionary. +| codenotary | no | Allows to enable container signature with codenotary CAS. +| codenotary.signer | no | Owner signer E-Mail address for this image. +| codenotary.base_image | no | Verify the base container image. If you use our official images, use `notary@home-assistant.io` We provide a set of [base images][docker-base] which should cover a lot of needs. If you don't want use the Alpine based version or need a specific image tag, feel free to pin this requirements for you build with `build_from` option.