-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67579be
commit fcd222c
Showing
4 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ | |
org.label-schema.vcs-ref=$VCS_REF | ||
|
||
#version | ||
ENV HILSCHERNETFIELD_NODERED_VERSION 1.0.0 | ||
ENV HILSCHERNETFIELD_NODERED_VERSION 1.0.1 | ||
|
||
#labeling | ||
LABEL maintainer="[email protected]" \ | ||
|
@@ -22,7 +22,7 @@ LABEL maintainer="[email protected]" \ | |
# -------------------- Install nodejs and Node-RED -------------------------------------- | ||
#install node.js V12.x.x and Node-RED 1.x.x | ||
RUN apt-get update && apt-get -y install curl sudo build-essential python-dev python-pip python-setuptools git \ | ||
&& apt-get -y install bluetooth rfkill bluez bluez-tools pulseaudio-module-bluetooth \ | ||
&& apt-get -y install bluetooth rfkill bluez bluez-tools pulseaudio-module-bluetooth dbus \ | ||
&& curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - \ | ||
&& apt-get -y install nodejs \ | ||
&& npm install -g --unsafe-perm [email protected] \ | ||
|
@@ -52,7 +52,7 @@ RUN apt-get update && apt-get -y install curl sudo build-essential python-dev py | |
# -------------------- Install standard nodes from the community -------------------------------------------------------------- | ||
&& cd /root/.node-red/ \ | ||
# -------------------- Install OPC UA nodes and all dependencies -------------------- | ||
&& npm install [email protected].64 \ | ||
&& npm install [email protected].113 \ | ||
# -------------------- Install IBM Watson IoT nodes and all dependencies ------------ | ||
&& npm install [email protected] \ | ||
# -------------------- Install Microsoft Azure IoT Hub nodes and all dependencies --- | ||
|
@@ -66,12 +66,12 @@ RUN apt-get update && apt-get -y install curl sudo build-essential python-dev py | |
# -------------------- Install Modbus nodes and all dependencies -------------------- | ||
&& npm install [email protected] \ | ||
# -------------------- Install Dashboard nodes and all dependencies ----------------- | ||
&& npm install node-red-dashboard@2.22.1 \ | ||
&& npm install node-red-dashboard@2.28.2 \ | ||
# -------------------- Install serial port node and all dependencies ---------------- | ||
&& npm install node-red-node-serialport@0.8.6 \ | ||
&& npm install node-red-node-serialport@0.13.0 \ | ||
# -------------------- Install Bluetooth stack and all dependencies ----------------- | ||
&& apt-get -y install libudev-dev \ | ||
&& npm install [email protected].2 \ | ||
&& npm install [email protected].3 \ | ||
&& apt-get -y install dbus libglib2.0-dev \ | ||
# -------------------- Install S7 communication nodes and all dependencies ---------- | ||
&& npm install [email protected] \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ | |
org.label-schema.vcs-ref=$VCS_REF | ||
|
||
#version | ||
ENV HILSCHERNETFIELD_NODERED_VERSION 1.0.0 | ||
ENV HILSCHERNETFIELD_NODERED_VERSION 1.0.1 | ||
|
||
#labeling | ||
LABEL maintainer="[email protected]" \ | ||
|
@@ -22,7 +22,7 @@ LABEL maintainer="[email protected]" \ | |
# -------------------- Install nodejs and Node-RED -------------------------------------- | ||
#install node.js V12.x.x and Node-RED 1.x.x | ||
RUN apt-get update && apt-get -y install curl sudo build-essential python-dev python-pip python-setuptools git \ | ||
&& apt-get -y install bluetooth rfkill bluez bluez-tools pulseaudio-module-bluetooth \ | ||
&& apt-get -y install bluetooth rfkill bluez bluez-tools pulseaudio-module-bluetooth dbus \ | ||
&& curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - \ | ||
&& apt-get -y install nodejs \ | ||
&& npm install -g --unsafe-perm [email protected] \ | ||
|
@@ -52,7 +52,7 @@ RUN apt-get update && apt-get -y install curl sudo build-essential python-dev py | |
# -------------------- Install standard nodes from the community -------------------------------------------------------------- | ||
&& cd /root/.node-red/ \ | ||
# -------------------- Install OPC UA nodes and all dependencies -------------------- | ||
&& npm install [email protected].64 \ | ||
&& npm install [email protected].113 \ | ||
# -------------------- Install IBM Watson IoT nodes and all dependencies ------------ | ||
&& npm install [email protected] \ | ||
# -------------------- Install Microsoft Azure IoT Hub nodes and all dependencies --- | ||
|
@@ -66,12 +66,12 @@ RUN apt-get update && apt-get -y install curl sudo build-essential python-dev py | |
# -------------------- Install Modbus nodes and all dependencies -------------------- | ||
&& npm install [email protected] \ | ||
# -------------------- Install Dashboard nodes and all dependencies ----------------- | ||
&& npm install node-red-dashboard@2.22.1 \ | ||
&& npm install node-red-dashboard@2.28.2 \ | ||
# -------------------- Install serial port node and all dependencies ---------------- | ||
&& npm install node-red-node-serialport@0.8.6 \ | ||
&& npm install node-red-node-serialport@0.13.0 \ | ||
# -------------------- Install Bluetooth stack and all dependencies ----------------- | ||
&& apt-get -y install libudev-dev \ | ||
&& npm install [email protected].2 \ | ||
&& npm install [email protected].3 \ | ||
&& apt-get -y install dbus libglib2.0-dev \ | ||
# -------------------- Install S7 communication nodes and all dependencies ---------- | ||
&& npm install [email protected] \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters