libretiny-eu / libretiny

PlatformIO development platform for IoT modules
http://docs.libretiny.eu/
MIT License
383 stars 55 forks source link

LibreTiny container image #139

Closed vxav closed 1 year ago

vxav commented 1 year ago

Just a quick question, are there any plans to set up actions to build images for https://github.com/kuba2k2/libretiny-esphome and push them to dockerhub/gchr?

It would be great to have upstream images 😄

catalin2402 commented 1 year ago

They are published already: ghcr.io/libretiny-eu/libretiny-esphome-docker:latest- for the docker image And https://github.com/libretiny-eu/esphome-hass-addon if you're using Home Assistant

vxav commented 1 year ago

That's great thanks a lot 👍 Maybe a quick one-liner in the doc would be good as it only mentions building the image.

Also, any chance you could tag them? Maybe matching the upstream ESPHome release? That was it's easier to track in the manifests and add avahi to it on release 🙂

kuba2k2 commented 1 year ago

Since we're working on preparing ESPHome for merging with upstream, I don't think we should introduce such features right now. The fork is unversioned, tagging is theoretically possible but it would mean that there are two different v2023.5 tags of ESPHome and that's messy.

About the docs, they haven't been updated for quite some time, but you're welcome to fix it if you'd like.

vxav commented 1 year ago

I see, pretty big deal to add support for Beken chips upstream, nice one ! 👍