diyhue / diyHue

Main diyHue software repo
https://diyhue.org/
Other
1.52k stars 274 forks source link

Replace libcoap2 with libcoap3 in Docker #921

Closed legovaer closed 11 months ago

legovaer commented 11 months ago

Feature does not already exist?

I searched and did not find an existing feature request

Summarize feature

libcoap with the API version 2 isn't developed nor supported by upstream any more, it's been superseded by the source package libcoap3.

I noticed that in the master branch, the Dockerfiles are still using libcoap with API version 2. This will cause attempts to build a new version of the Docker image to fail.

Also contributors who try to setup their local environment won't be able to start running the dev container.

Change

All references to libcoap2 should be replaced with the updated source package.

References