1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

WIP: Add support for build docker on local repository (#42)

* Add support for build docker on local repository

* Add docker support

* finish build

* change api

* add dockerfile generator

* finish it

* fix lint

* fix path

* fix path

* fix copy

* add debug stuff

* fix docker template

* cleanups

* fix addons

* change handling

* fix lint / cleanup code

* fix lint

* tag
This commit is contained in:
Pascal Vizeli
2017-05-12 01:37:03 +02:00
committed by GitHub
parent 956af2bd62
commit f4cb16ad09
7 changed files with 149 additions and 19 deletions

View File

@@ -67,6 +67,7 @@ ATTR_PASSWORD = 'password'
ATTR_TOTP = 'totp'
ATTR_INITIALIZE = 'initialize'
ATTR_SESSION = 'session'
ATTR_LOCATON = 'location'
STARTUP_BEFORE = 'before'
STARTUP_AFTER = 'after'