mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-02-01 03:09:02 +02:00
prepare new beta
This commit is contained in:
@@ -157,8 +157,10 @@ Thank you!
|
||||
|
||||
## Changelog
|
||||
|
||||
### v4.2.2beta (2020-06-03)
|
||||
* ~~workaround for renaming issues on startup~~ (fixed in js-controller)
|
||||
### v4.2.3beta (2020-06-05)
|
||||
* updating js-controller to not stable version 3.1.5 to fix renaming issue
|
||||
* v4.2.2beta (2020-06-03)
|
||||
* ~~workaround for renaming issues on startup~~ (fixed in js-controller)
|
||||
* v4.2.1beta (2020-05-10)
|
||||
* using node 12 instead of 10
|
||||
* updated documentation in readme.md
|
||||
|
||||
@@ -70,6 +70,9 @@ RUN apt-get update \
|
||||
WORKDIR /opt/iobroker/
|
||||
RUN npm install -g node-gyp
|
||||
|
||||
# Temporary updating js-controller to not stable version
|
||||
RUN npm install js-controller@3.1.5
|
||||
|
||||
# Backup initial ioBroker and userscript folder
|
||||
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
|
||||
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts
|
||||
|
||||
@@ -70,8 +70,8 @@ RUN apt-get update \
|
||||
WORKDIR /opt/iobroker/
|
||||
RUN npm install -g node-gyp
|
||||
|
||||
# Temporary testing new js-controller version
|
||||
RUN npm install ioBroker/ioBroker.js-controller#3.1.x
|
||||
# Temporary updating js-controller to not stable version
|
||||
RUN npm install js-controller@3.1.5
|
||||
|
||||
# Backup initial ioBroker and userscript folder
|
||||
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
|
||||
|
||||
@@ -70,6 +70,9 @@ RUN apt-get update \
|
||||
WORKDIR /opt/iobroker/
|
||||
RUN npm install -g node-gyp
|
||||
|
||||
# Temporary updating js-controller to not stable version
|
||||
RUN npm install js-controller@3.1.5
|
||||
|
||||
# Backup initial ioBroker and userscript folder
|
||||
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
|
||||
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts
|
||||
|
||||
Reference in New Issue
Block a user