Switch back to using arch-based node images

This commit is contained in:
Pablo Carranza Vélez 2015-10-09 15:41:43 +00:00
parent 7eb17bd79b
commit 25198409b1
5 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,4 @@
* Switch back to using arch-based node images [Pablo]
* Don't allow bootstrap to delete apiSecret from DB [Pablo]
* Add API endpoint to expire and create new API key [Pablo]
* Enable control of API poll interval through Device Variables [Praneeth]

View File

@ -1,4 +1,4 @@
FROM node:0.10.40-slim
FROM resin/amd64-node:0.10.40-slim
COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/

View File

@ -1,4 +1,4 @@
FROM resin/raspberrypi2-node:0.10.40-slim
FROM resin/armv7hf-node:0.10.40-slim
COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/

View File

@ -1,4 +1,4 @@
FROM resin/edison-node:0.10.40-slim
FROM resin/i386-node:0.10.40-slim
COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/

View File

@ -1,4 +1,4 @@
FROM resin/raspberrypi-node:0.10.40-slim
FROM resin/rpi-node:0.10.40-slim
COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/