From 1a50017cabbccc92e41520372cbc96f7523e9866 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 7 Jul 2017 13:51:27 +0200 Subject: [PATCH] Update addon_config.markdown --- source/hassio/addon_config.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/hassio/addon_config.markdown b/source/hassio/addon_config.markdown index f44b1b13a65..e4e5d6bb5df 100644 --- a/source/hassio/addon_config.markdown +++ b/source/hassio/addon_config.markdown @@ -55,6 +55,14 @@ If you don't use local build on device or our build script, make sure that the D LABEL io.hass.version="VERSION" io.hass.type="addon" io.hass.arch="armhf|aarch64|i386|amd64" ``` +It is possible to use own base image with follow schema: +``` +#amd64:FROM... +#i386:FROM... +#armhf:FROM... +#aarch64:FROM... +``` + ## {% linkable_title Add-on config %} The config for an add-on is stored in `config.json`.