openhab / openhab-docker

Repository for building Docker containers for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
212 stars 128 forks source link

Update userdata using common openHAB update files #239

Closed wborn closed 5 years ago

wborn commented 5 years ago

Reworks the update process to update the userdata in the container using the update.lst and userdata_sysfiles.lst files (provided by openhab-distro). The update script has been modified for use in the container.

This adds the following new functionality when updating between versions:

Other improvements are:


I've tested many upgrade scenarios with the Debian and Alpine images. This change also allows for updating the classnames of rules created in Paper UI (https://github.com/openhab/openhab-core/issues/674) for 2.5.0.


This change is Reviewable