This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jul 02, 2022
-
-
Franck Nijhof authored
-
- Jun 22, 2022
-
-
Pascal Vizeli authored
* Python 3.10 / Base image 2022.06.01 * Update requirements * push opencv * we don't need numpy on core for now * Remove unused ignore Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
- May 27, 2022
-
-
J. Nick Koston authored
Revert "Remove sqlite 3.34.1 downgrade workaround by reverting "Downgrade sqlite-libs on docker image (#55591)" (#72342)" (#72578)
-
J. Nick Koston authored
Revert "Remove sqlite 3.34.1 downgrade workaround by reverting "Downgrade sqlite-libs on docker image (#55591)" (#72342)" (#72578)
-
- May 23, 2022
-
-
J. Nick Koston authored
Remove sqlite 3.34.1 downgrade workaround by reverting "Downgrade sqlite-libs on docker image (#55591)" (#72342)
-
- Mar 18, 2022
-
-
Franck Nijhof authored
* Remove deprecated (old) Z-Wave integration * Mark migration tests as skip, for later cleanup
-
- Feb 17, 2022
-
-
Franck Nijhof authored
-
- Feb 07, 2022
-
-
Franck Nijhof authored
-
- Dec 01, 2021
-
-
Stefan Agner authored
-
- Sep 02, 2021
-
-
Pascal Vizeli authored
-
Pascal Vizeli authored
-
- May 13, 2021
-
-
Pascal Vizeli authored
This reverts commit 136b34af.
-
Pascal Vizeli authored
-
- Jan 11, 2021
-
-
Stefan Agner authored
Stopping the core goes through several stages, which can take up to 120s, 60s and 30s respectively. However, if shutdown is taking longer than 60s overall, s6 isn't patient and kills the core: Jan 10 23:56:58 homeassistant eb034fca9c7d[407]: s6-svwait: fatal: timed out Jan 10 23:56:58 homeassistant eb034fca9c7d[407]: [s6-finish] sending all processes the TERM signal. Jan 10 23:57:01 homeassistant eb034fca9c7d[407]: [s6-finish] sending all processes the KILL signal and exiting. This is most of the time not a problem since shutdown is quicker than that. However, increasing the timeout is especialy useful to debug cases when an event is hanging, since the core will point it out after its timeout elapsed. Set the timeout to 220s, which is all core timeouts plus 10s grace time.
-
- Aug 26, 2020
-
-
Paulus Schoutsen authored
-
- Jul 13, 2020
-
-
Paulus Schoutsen authored
-
- Jul 10, 2020
-
-
Paulus Schoutsen authored
-
- Apr 10, 2020
-
-
Pascal Vizeli authored
* Fix shutdown timeout and make it upstream with Supervisor * Moved ENV command up * Update finish Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
Pascal Vizeli authored
* Fix shutdown timeout and make it upstream with Supervisor * Moved ENV command up * Update finish Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
- Mar 23, 2020
-
-
Pascal Vizeli authored
-
Pascal Vizeli authored
* Integrate dockerbuild * cleanup
-
Pascal Vizeli authored
-
- Mar 22, 2020
-
-
Pascal Vizeli authored
* Integrate dockerbuild * cleanup
-
- Aug 20, 2019
-
-
Pascal Vizeli authored
* Migrate Docker image to Hass.io / Multiarch * Fix sudo * Update CODEOWNERS * Fix manifest * Add more logic * fix handling * Move dockerfile * Modify options
-
- Aug 15, 2019
-
-
Paulus Schoutsen authored
* Add warning about uvloop and shell_command * Remove uvloop from docker files" * Add ffmpeg
-
- Aug 09, 2019
- Jul 17, 2019
-
-
Franck Nijhof authored
-
Paulus Schoutsen authored
* Pin Docker to Debain Stretch * Update dev docker too"
-
Paulus Schoutsen authored
* Pin Docker to Debain Stretch * Update dev docker too"
-
- Jun 25, 2019
-
- Jun 23, 2019
-
-
John Luetke authored
-
- Apr 10, 2019
-
-
Pascal Vizeli authored
-
- Feb 15, 2019
-
-
Phil Hawthorne authored
This sets the uvloop version in Docker containers to 0.11.3, which is the same version that hass.io uses. uvloop might be causing issues with some Docker containers on some host systems, as reported in #20829
-
Phil Hawthorne authored
This sets the uvloop version in Docker containers to 0.11.3, which is the same version that hass.io uses. uvloop might be causing issues with some Docker containers on some host systems, as reported in #20829
-
- Feb 12, 2019
-
-
Paulus Schoutsen authored
-
- Jan 10, 2019
-
-
Artem Tokarev authored
-
- Nov 05, 2018
-
-
Pascal Vizeli authored
-
- Nov 04, 2018
-
-
Pascal Vizeli authored
-
- Oct 25, 2018
-
-
Ben Schattinger authored
* Install face_recognition on Docker * Update setup_docker_prereqs
-