aboutsummaryrefslogtreecommitdiff
path: root/stretch-armhf/build.sh
AgeCommit message (Collapse)Author
2016-10-13All images: Add --pull option to "docker build"Maxim Kuvyrkov
... to re-download base image, such as ubuntu:trusty when it changes upstream, even when an [older] copy is present locally. This prevents re-using older base images when re-building fresh ones. This change was done programmatically with: find -name build.sh | xargs sed -i -e "s/docker build --tag/docker build --pull --tag/" Change-Id: I3c567139fd1534e74e6846af573ad025d293bf9f
2016-05-20stretch: add initial Debian Stretch images based on Jessie configurationsFathi Boudra
Change-Id: I7eec42c203f7ed6969b0e93c622894aa562a56d7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>