1
0
mirror of /repos/node-red-pi2.git synced 2025-12-30 07:31:34 +01:00

node-red 0.13.4

This commit is contained in:
Aiko Mastboom 2016-04-26 13:13:45 +02:00
parent 76487cf7d1
commit aa6b514b12
5 changed files with 16 additions and 15 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.idea
*.iml
node_modules

View File

@ -1,14 +1,12 @@
FROM aiko/rpi-node:0.10.36
FROM aiko/rpi-node:4.4.3
# Use baseimage-docker's init system.
CMD ["/sbin/my_init"]
COPY . /tmp
RUN /tmp/bootstrap
RUN su -lc /tmp/bootstrap-red red
# Clean up APT when done.
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN /tmp/bootstrap \
&& su -lc /tmp/bootstrap-red red \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# How to plug it in
VOLUME /data

View File

@ -1,6 +1,6 @@
.PHONY: all build push test version
DOCKER_IMAGE_VERSION=0.10.6
DOCKER_IMAGE_VERSION=0.13.4
DOCKER_IMAGE_NAME=aiko/node-red-pi
DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION)

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
apt-get update

View File

@ -6,14 +6,15 @@
"author": "Aiko Mastboom",
"license": "MIT",
"dependencies": {
"node-red": "0.10.6",
"mongodb": "2.0.28",
"redis": "0.12.1",
"rpi-gpio": "0.5.1",
"arduino-firmata": "0.3.2",
"node-red-contrib-freeboard": "0.0.5",
"node-red-node-discovery": "0.0.6",
"node-red-node-snmp": "0.0.2"
"node-red": "0.13.4",
"mongodb": "2.1.17",
"redis": "2.6.0-1",
"rpi-gpio": "0.7.0",
"arduino-firmata": "0.3.4",
"node-red-contrib-freeboard": "0.0.6",
"node-red-node-discovery": "0.0.12",
"node-red-node-geofence ": "0.0.10",
"node-red-node-snmp": "0.0.7"
},
"apps":[{
"name":"node-red-pi",