aboutsummaryrefslogtreecommitdiff
path: root/fedora23-aarch64-openjdk
AgeCommit message (Collapse)Author
2017-04-13All: store .docker-tag after buildRiku Voipio
After successful build, store the tag to be pushed to the repos. This is more safer than looking at docker images list after build. Change-Id: Ieef7ee56603d6df75b4f696fcfa2161a04255220 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
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-04-30standardize to use SSH username with key instead of username with passwordFathi Boudra
Change-Id: I860ed79c4b0bfba7255c02e3278ebdaf17005425 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-02-29openjdk: add build dependenciesFathi Boudra
Change-Id: I08785fc0f937fe260f28e57ca81d8fb0254258b4 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-02-23expose SSH portFathi Boudra
With newer docker version 1.10.x, it becomes mandatory. It was implicit with older images. Change-Id: Ia06a35c5fabfda089571d53f24650bda9754cebf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-11-11Initial commit of Dockerfile configurations used by Linaro CIFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>