mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
Switch back to using arch-based node images
This commit is contained in:
parent
7eb17bd79b
commit
25198409b1
@ -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]
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user