From af4ed95e60a88db487aac218ff64a4d5fa4f36bf Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 15 Apr 2021 12:42:05 +0200 Subject: [PATCH] Add labels to build (#888) --- docs/add-ons/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index a1e0ece8..f9838e45 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -264,6 +264,7 @@ args: | build_from | no | A dictionary with the hardware architecture as the key and the base Docker image as 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 to set additional Docker build arguments as a dictionary. +| labels | no | Allow to set additional Docker labels as a dictionary. 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.