This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Sep 30, 2023
-
-
Stefan Agner authored
-
Stefan Agner authored
-
- Jun 02, 2022
- May 25, 2022
-
-
Franck Nijhof authored
-
- May 24, 2022
-
-
Pascal Vizeli authored
* Update base image with new s6-Overlay & jemalloc * add build version * Update finish
-
- Apr 27, 2022
-
-
Pascal Vizeli authored
-
- Nov 14, 2021
-
-
Stefan Agner authored
-
- Sep 06, 2021
-
-
Stefan Agner authored
So far the finish script exits whenever the service terminated by a signal (indicated by 256 as first argument). This is the intended behavior when SIGTERM is being sent: SIGTERM is used on regular shutdown through the supervisor. We don't want the finish script to shutdown itself while being taken down by the supervisor already. However, every other signal which lead to a process exit likely means trouble: SIGSEGV, SIGILL, etc. In those cases we want the container to exit. The Supervisor (or restart policy of Docker in the container case) will take care of restarting if appropriate.
-
- Apr 28, 2021
-
-
Pascal Vizeli authored
-
- Apr 26, 2021
-
-
Pascal Vizeli authored
Co-authored-by:
Joakim Sørensen <joasoe@gmail.com> Co-authored-by:
Franck Nijhof <git@frenck.dev>
-
- Jun 02, 2020
-
-
Konstantin Antselovich authored
-
- Apr 15, 2020
-
-
Franck Nijhof authored
-
- Apr 13, 2020
-
-
Franck Nijhof 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 25, 2020
-
-
Pascal Vizeli authored
-
- Mar 23, 2020
-
-
Pascal Vizeli authored
* Integrate dockerbuild * cleanup
-
- Mar 22, 2020
-
-
Pascal Vizeli authored
* Integrate dockerbuild * cleanup
-