From 74b0f246cd1b0100e11bb30db3426aa706f0ab3a Mon Sep 17 00:00:00 2001 From: buanet Date: Wed, 21 Aug 2019 21:10:27 +0200 Subject: [PATCH 1/2] release new stable --- README.md | 12 +++++++----- scripts/iobroker_startup.sh | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d912e62..04fc26d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # docker-iobroker -Docker image for ioBroker (http://iobroker.net) based on debian:latest (http://hub.docker.com/_/debian/) +Docker image for ioBroker (http://iobroker.net) based on debian:stretch (http://hub.docker.com/_/debian/) -This project creates a Docker image for running ioBroker in a Docker container. It is made for and tested on a Synology Disk Station 1515+ with DSM 6 and Docker-package installed. But it should also work on other systems with Docker (Normally I do a small additional test on my Debian-VM with Docker CE)! +This project creates a Docker image for running ioBroker in a Docker container. It is made for and tested on a Synology Disk Station 1515+ with DSM 6 and Docker-package installed. But it should also work on other systems with Docker installed! ## Important Switching an existing installation from docker-iobroker-image v1 to v2 or greater means switching iobroker itself from node6 to node8! This requires additional steps inside ioBroker! After upgrading iobroker-container you have to call "reinstall.sh" for recompiling your installation for the use with node8. For Details see official ioBroker-documentation (http://www.iobroker.net/docu/?page_id=8323&lang=de). Make backup first!!! -At the moment v3.0.0 does no longer support running in host-mode on Synology-devices because of a kernel issue in actual DSM-kernel! Please use bridged or macvlan mode. For details see new tutorial linked in the following. - ## Installation & Usage A detailed tutorial (german, based on new v3.0.0) can be found here: [https://buanet.de](https://buanet.de/2019/05/iobroker-unter-docker-auf-der-synology-diskstation-v3/). Please notice that the old tutorial does no longer work! @@ -40,10 +38,14 @@ This also works with mounting a folder containing an existing ioBroker-installat ### Permission Fixer -I added some code for fixing permissions for new iobroker-user. Permission-fixing is called on first start of the container. This might take a few minutes. Please be patient! +I added some code for fixing permissions for new iobroker-user. Permission-fixing is called on first start of the container. This might take a few minutes. Please take a look at the logs and be patient! ## Changelog +### v3.1.0 (2019-08-21) +* switching base image from "debian:latest" to "debian:stretch" +* bringing beta changes to stable + ### v3.0.2beta (2019-06-13) * using gosu instead of sudo * changing output of ioBroker logging diff --git a/scripts/iobroker_startup.sh b/scripts/iobroker_startup.sh index 3eb992c..4416124 100644 --- a/scripts/iobroker_startup.sh +++ b/scripts/iobroker_startup.sh @@ -10,7 +10,7 @@ dati=`date '+%Y-%m-%d %H:%M:%S'` # Information echo '' echo '----------------------------------------' -echo '----- Image-Version: 3.0.2beta -----' +echo '----- Image-Version: 3.1.0 -----' echo '----- '$dati' -----' echo '----------------------------------------' echo '' From b0524381ce68d6069079c8f5caea5eb1eeba0952 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 21 Aug 2019 21:38:57 +0200 Subject: [PATCH 2/2] new structure for changelog --- README.md | 120 ++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 67 deletions(-) diff --git a/README.md b/README.md index 04fc26d..e1fa4b0 100644 --- a/README.md +++ b/README.md @@ -43,79 +43,65 @@ I added some code for fixing permissions for new iobroker-user. Permission-fixin ## Changelog ### v3.1.0 (2019-08-21) -* switching base image from "debian:latest" to "debian:stretch" -* bringing beta changes to stable - -### v3.0.2beta (2019-06-13) -* using gosu instead of sudo -* changing output of ioBroker logging - -### v3.0.1beta (2019-05-18) -* ~~switching back to iobroker-daemon for startup~~ +* v3.0.3beta (2019-08-21) + * switching base image from "debian:latest" to "debian:stretch" +* v3.0.2beta (2019-06-13) + * using gosu instead of sudo + * changing output of ioBroker logging +* v3.0.1beta (2019-05-18) + * ~~switching back to iobroker-daemon for startup~~ ### v3.0.0 (2019-05-09) -* bringing changes since v2.0.0 to stable -* new tutorial available - -### v2.0.6beta (2019-04-14) -* added some additional logging -* fixing some issues for languag env -* added permission fixing on first start - -### v2.0.5beta (2019-02-09) -* added ENV to dockerfile -* added EXPOSE for admin -* final testing - -### v2.0.4beta (2019-01-28) -* added support for env variables "avahi" and "packages" -* moving avahi-daemon installation into avahi startup script -* added script for installing optional packages -* optimizing logging output - -### v2.0.3beta (2019-01-24) -* added support for running ioBroker under iobroker user -* optimizing logging output -* optimizing scripts - -### v2.0.2beta (2019-01-23) -* optimizing and rearraged dockerfile -* changes for new ioBroker install script -* added restoring for empty mounted /opt/iobroker folder -* some more small fixes - -### v2.0.1beta (2019-01-07) -* some changes for supporting other docker-environments than synology ds +* v2.0.6beta (2019-04-14) + * added some additional logging + * fixing some issues for languag env + * added permission fixing on first start +* v2.0.5beta (2019-02-09) + * added ENV to dockerfile + * added EXPOSE for admin + * final testing +* v2.0.4beta (2019-01-28) + * added support for env variables "avahi" and "packages" + * moving avahi-daemon installation into avahi startup script + * added script for installing optional packages + * optimizing logging output +* v2.0.3beta (2019-01-24) + * added support for running ioBroker under iobroker user + * optimizing logging output + * optimizing scripts +* v2.0.2beta (2019-01-23) + * optimizing and rearraged dockerfile + * changes for new ioBroker install script + * added restoring for empty mounted /opt/iobroker folder + * some more small fixes +* v2.0.1beta (2019-01-07) + * some changes for supporting other docker-environments than synology ds ### v2.0.0 (2018-12-05) -* using node8 instead of node6 -* changes for new iobroker setup +* v1.2.2beta (2018-12-05) + * using node8 instead of node6 + * changes for new iobroker setup +* v1.2.1beta (2018-09-12) + * added support for firetv-adapter -### v1.2.1beta (2018-09-12) -* added support for firetv-adapter +### v1.2.0 (2018-08-21) +* v1.1.3beta (2018-08-21) + * added ffmpeg-package for yahka to support webcams +* v1.1.2beta (2018-04-04) + * added ENV for timezone issue +* v1.1.1beta (2018-03-29) + * added wget package + * updated readme.md -### v1.2.0 (2018-08-21) -* after testing making 1.1.3beta to latest stable release - -### v1.1.3beta (2018-08-21) -* added ffmpeg-package for yahka to support webcams - -### v1.1.2beta (2018-04-04) -* added ENV for timezone issue - -### v1.1.1beta (2018-03-29) -* added wget package -* updated readme.md - -### v1.1.0 (2017-12-10) -* changed startup call to fix restart issue -* fixed avahi startup issue -* fixed hostname issue -* added z-wave support -* added logging to /opt/scripts/docker_iobroker_log.txt - -### v1.0.1beta (2017-08-25) -* fixed locales issue +### v1.1.0 (2017-12-10) +* v1.0.2beta (2017-12-10) + * changed startup call to fix restart issue + * fixed avahi startup issue + * fixed hostname issue + * added z-wave support + * added logging to /opt/scripts/docker_iobroker_log.txt +* v1.0.1beta (2017-08-25) + * fixed locales issue ### v1.0.0 (2017-08-22) * moved and renamed iobroker startup script