From 98d1ec19f5b4e73fb15636517e12613447e50aaa Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Thu, 3 Jul 2025 04:10:45 -0300 Subject: [PATCH] Undocument squash add-on build option (#2714) --- docs/add-ons/configuration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index d58a8b10..e5a781a9 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -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.