Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.2 KB

File metadata and controls

28 lines (16 loc) · 1.2 KB

ESPHome-NonRoot

ESPHome Docker container that supports non-root operation.

License

Licensed under the MIT License.

GitHub License

Project

Code and pipeline are on GitHub. Docker images are published on Docker Hub. A new upstream ESPHome release is picked up by an automated version-bump pull request and published on the next scheduled (weekly) or manually triggered release run.

Docker Tags

  • latest: Latest main branch build.
  • develop: Latest develop branch build.
  • <version>: Specific ESPHome version (e.g. 2026.6.2).

Platform Support

  • linux/amd64
  • linux/arm64

Usage

Refer to the GitHub README for configuration, environment variables, and Compose examples. The bundled tool versions (Python, ESPHome, PlatformIO) for a given image can be inspected with docker run --rm ptr727/esphome-nonroot:latest esphome version.