]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
support/docker: use a known base distribution
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 4 Feb 2018 14:44:24 +0000 (15:44 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Feb 2018 20:57:37 +0000 (21:57 +0100)
Currently, we are using debian:stable, which is subject to change with
time, as new stable versions of Debian are released/updated.

Use the latest tagged stable release, stretch-20171210 as of today, as
the base distribution to use.

This will ease reproducible builds in the future.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/docker/Dockerfile

index aa2b38fcc957753894aa98a8c4a09180dd95d049..49b74b88bd5a2530609666c0c6af16ac8d7c369b 100644 (file)
@@ -3,7 +3,7 @@
 #   sudo docker build -t buildroot/base support/docker
 #   sudo docker push buildroot/base
 
-FROM debian:stable
+FROM debian:stretch-20171210
 LABEL maintainer="Buildroot mailing list <buildroot@buildroot.org>" \
       vendor="Buildroot" \
 description="Container with everything needed to run Buildroot"