Releases: tribut/homeassistant-docker-venv
Releases · tribut/homeassistant-docker-venv
Release v2.3
Restores compatibility with Home Assistant 2021.7
Release v2.2
Release v2.1
Resolves a bug when the requested PUID or PGID were already in-use inside the base image. (#12)
Release v2.0
This release adds support for s6, as required by Home Assistant 0.107+
Many thanks to @Chris-V!
Release v1.1
This release adds the ability to change the location of the venv.
- Change venv location using
--env VENV=/config/venv
Release v1.0
This is the first tagged release.
- Run Home Assistant as non-root user in Docker using a Python virtual environment.
- Change the umask using
-e UMASK=XXX