summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author👍 🙌 ✌️ Justin Dray <justin@dray.be>2018-02-06 13:46:51 +1000
committer👍 🙌 ✌️ Justin Dray <justin@dray.be>2018-02-06 13:46:51 +1000
commit0afaaa15988b654a6541391c7ca9214759a1fd02 (patch)
tree3fac180c4c1869c27a795bedc78501cde8e487ef
parent91db73ef803fc8bbdba891227cc126dff8d9b672 (diff)
Update to Debian Stretch for docker containers
-rw-r--r--Dockerfile5
-rw-r--r--Dockerfile.armv7hf2
2 files changed, 2 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 05a83a7488..cb1f75cb9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,13 +1,10 @@
# author : titpetric
# original: https://github.com/titpetric/netdata
-FROM debian:jessie
+FROM debian:stretch
ADD . /netdata.git
-RUN echo "deb http://ftp.nl.debian.org/debian/ jessie main" > /etc/apt/sources.list
-RUN echo "deb http://security.debian.org/debian-security jessie/updates main" >> /etc/apt/sources.list
-
RUN cd ./netdata.git && chmod +x ./docker-build.sh && sync && sleep 1 && ./docker-build.sh
WORKDIR /
diff --git a/Dockerfile.armv7hf b/Dockerfile.armv7hf
index 2591748a90..278e454241 100644
--- a/Dockerfile.armv7hf
+++ b/Dockerfile.armv7hf
@@ -1,7 +1,7 @@
# author : titpetric
# original: https://github.com/titpetric/netdata
-FROM resin/armv7hf-debian:jessie
+FROM resin/armv7hf-debian:stretch
RUN [ "cross-build-start"]