Base image 2020.10.1 (#42666)
This commit is contained in:
parent
1844e30858
commit
a4947ed32d
5 changed files with 20 additions and 8 deletions
|
@ -9,6 +9,12 @@ homeassistant/*.py @home-assistant/core
|
||||||
homeassistant/helpers/* @home-assistant/core
|
homeassistant/helpers/* @home-assistant/core
|
||||||
homeassistant/util/* @home-assistant/core
|
homeassistant/util/* @home-assistant/core
|
||||||
|
|
||||||
|
# Home Assistant Supervisor
|
||||||
|
build.json @home-assistant/supervisor
|
||||||
|
machine/* @home-assistant/supervisor
|
||||||
|
rootfs/* @home-assistant/supervisor
|
||||||
|
Dockerfile @home-assistant/supervisor
|
||||||
|
|
||||||
# Other code
|
# Other code
|
||||||
homeassistant/scripts/check_config.py @kellerza
|
homeassistant/scripts/check_config.py @kellerza
|
||||||
|
|
||||||
|
@ -170,7 +176,7 @@ homeassistant/components/group/* @home-assistant/core
|
||||||
homeassistant/components/growatt_server/* @indykoning
|
homeassistant/components/growatt_server/* @indykoning
|
||||||
homeassistant/components/guardian/* @bachya
|
homeassistant/components/guardian/* @bachya
|
||||||
homeassistant/components/harmony/* @ehendrix23 @bramkragten @bdraco
|
homeassistant/components/harmony/* @ehendrix23 @bramkragten @bdraco
|
||||||
homeassistant/components/hassio/* @home-assistant/hass-io
|
homeassistant/components/hassio/* @home-assistant/supervisor
|
||||||
homeassistant/components/hdmi_cec/* @newAM
|
homeassistant/components/hdmi_cec/* @newAM
|
||||||
homeassistant/components/heatmiser/* @andylockran
|
homeassistant/components/heatmiser/* @andylockran
|
||||||
homeassistant/components/heos/* @andrewsayre
|
homeassistant/components/heos/* @andrewsayre
|
||||||
|
|
|
@ -14,7 +14,7 @@ schedules:
|
||||||
always: true
|
always: true
|
||||||
variables:
|
variables:
|
||||||
- name: versionBuilder
|
- name: versionBuilder
|
||||||
value: '7.2.0'
|
value: '2020.11.0'
|
||||||
- group: docker
|
- group: docker
|
||||||
- group: github
|
- group: github
|
||||||
- group: twine
|
- group: twine
|
||||||
|
|
10
build.json
10
build.json
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"image": "homeassistant/{arch}-homeassistant",
|
"image": "homeassistant/{arch}-homeassistant",
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "homeassistant/aarch64-homeassistant-base:2020.10.0",
|
"aarch64": "homeassistant/aarch64-homeassistant-base:2020.10.1",
|
||||||
"armhf": "homeassistant/armhf-homeassistant-base:2020.10.0",
|
"armhf": "homeassistant/armhf-homeassistant-base:2020.10.1",
|
||||||
"armv7": "homeassistant/armv7-homeassistant-base:2020.10.0",
|
"armv7": "homeassistant/armv7-homeassistant-base:2020.10.1",
|
||||||
"amd64": "homeassistant/amd64-homeassistant-base:2020.10.0",
|
"amd64": "homeassistant/amd64-homeassistant-base:2020.10.1",
|
||||||
"i386": "homeassistant/i386-homeassistant-base:2020.10.0"
|
"i386": "homeassistant/i386-homeassistant-base:2020.10.1"
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
"io.hass.type": "core"
|
"io.hass.type": "core"
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/hassio",
|
"documentation": "https://www.home-assistant.io/hassio",
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"after_dependencies": ["panel_custom"],
|
"after_dependencies": ["panel_custom"],
|
||||||
"codeowners": ["@home-assistant/hass-io"]
|
"codeowners": ["@home-assistant/supervisor"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,12 @@ homeassistant/*.py @home-assistant/core
|
||||||
homeassistant/helpers/* @home-assistant/core
|
homeassistant/helpers/* @home-assistant/core
|
||||||
homeassistant/util/* @home-assistant/core
|
homeassistant/util/* @home-assistant/core
|
||||||
|
|
||||||
|
# Home Assistant Supervisor
|
||||||
|
build.json @home-assistant/supervisor
|
||||||
|
machine/* @home-assistant/supervisor
|
||||||
|
rootfs/* @home-assistant/supervisor
|
||||||
|
Dockerfile @home-assistant/supervisor
|
||||||
|
|
||||||
# Other code
|
# Other code
|
||||||
homeassistant/scripts/check_config.py @kellerza
|
homeassistant/scripts/check_config.py @kellerza
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue