-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no proper docker file and image on docker hub does not follow instructions #89
Comments
@HomeACcessoryKid docker file is in correct format and it does contain Just to clear one more thing, it is not the development setup for Regarding |
Yes, the actual docker file starts with a FROM. But the thing it is starting from itself does not have such FROM. I suggest you make a second docker image that provides the environment that you suggest people use in the developing page. And it must be something that I can track back to something official. Else I must build it myself. |
sorry, Only now did I see you created a reference to the docker file that is the source and it does contain a FROM ubuntu. |
@HomeACcessoryKid Thanks for the suggestion, will generate and push the |
That is very kind, thank you.
Now that esp-idf 5.0 is official (since two hours ago ;-) could there also be an image based on that?
To give support for the c2 and h2 and to embrace the future today...
TIA,
HacK
|
@HomeACcessoryKid We haven't officially moved Matter for ESP32, ESP32-C3, ESP32-S3 to ESP-IDF v5.0 yet. You can refer this if you want to give it a try |
Yes, C2 support will be added soon and will be based on IDF v5.0. H2 already supports v5.0. |
Maybe I am missing something, but https://hub.docker.com/r/espressif/esp-matter/tags only shows the two month old image. |
@HomeACcessoryKid We have added the esp-matter development docker image. You can pull it as follows
We have not yet consider the IDF v5.0 in this, but will soon do that. |
The docker file given in tools is not a propor file because it is not complete and does not start with
FROM ubuntu
or similar.The file should follow the instructions in https://docs.espressif.com/projects/esp-matter/en/main/esp32/developing.html#development-setup
And then the docker hub file should reflect this all.
Please update to idf 4.4.3 as well.
The text was updated successfully, but these errors were encountered: