Home Assistant containers
Go to file
Carsten Igel 4e6ff8fdb3
PicoTTS added - compiled from source (#142)
* add picotts library to docker image

* Added picotts build from src

PicoTTS is a locally installed Text-To-Speach engine. It is supported by home assistant and should be installed in the docker container by default. Since it is not supported by alpiine 3.12, it must be compiled on the fly.

* Minor fixes

The build should be reproducable - therefore the current commit hash should be used and checked out
The packages must be removed afterwards - so a virtual alias should be used
The package-cache must not be used
The clone must be removed afterwards

* Added value for picotts_hash

In order to produce a better pipeline build, the picotts_hash shall be taken form the build.json file.

* Some tweaks

Using no longer a default value for picotts hash
Removed git from .build-dependencies (Telldus won't be available afterwards
Swapped removal of build-dependencies and source directory

* Fixed whitespace error

* Fixed missing runtime-dependency for popt

* Applied build argument correctly

* Hadolint failure

* Resolving review comments

Fixing format of installing packages and filesystem navigation

* Moved PICO_TTS hash to args and merged with current master

* Disable static archives on picoTTS

Co-authored-by: kngharv <kngharv@gmail.com>
2020-10-30 20:22:00 +01:00
.github Update dependabot.yml 2020-10-28 09:44:11 +01:00
rootfs/etc Clean up mime types, add .opus (#144) 2020-10-25 17:00:46 +01:00
.hadolint.yaml Build HA from source and not from git (#56) 2019-08-26 11:21:02 +02:00
Dockerfile PicoTTS added - compiled from source (#142) 2020-10-30 20:22:00 +01:00
LICENSE Initial commit 2018-07-13 21:24:14 +02:00
README.md Cleanup old stuff make repo usefully (#139) 2020-10-13 11:58:37 +02:00
azure-pipelines-wheels.yml Cleanup old stuff make repo usefully (#139) 2020-10-13 11:58:37 +02:00
build.json PicoTTS added - compiled from source (#142) 2020-10-30 20:22:00 +01:00
requirements.txt Bump cchardet from 2.1.6 to 2.1.7 (#146) 2020-10-28 09:48:50 +01:00

README.md

Docker

Home Assistant containers

Base Images:

  • homeassistant/aarch64-homeassistant-base:BASE-VERSION
  • homeassistant/amd64-homeassistant-base:BASE-VERSION
  • homeassistant/armhf-homeassistant-base:BASE-VERSION
  • homeassistant/armv7-homeassistant-base:BASE-VERSION
  • homeassistant/i386-homeassistant-base:BASE-VERSION