aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/docker
AgeCommit message (Collapse)Author
2018-05-11linux/docker: install docker-ce from upstreamChase Qi
When docker not pre-installed, install docker-ce from upstream as it is already available on ARM now. Refer to: https://get.docker.com/ Change-Id: If6b7d953e1770f847be8b9b85a56c66bf01d356b Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-04-02erp-18.01: change docker package name to docker-ceChase Qi
On ERP 18.01 builds, docker-ce is the only right package to install. The package is from ERP repo, so this change should live in ERP branch only. root@r3-a14:~# apt-cache madison docker-ce docker-ce | 17.06.1~ce-0~debian | http://obs.linaro.org/ERP/Debian_9 ./ Packages docker-ce | 17.06.1~ce-0~debian | http://obs.linaro.org/ERP/Debian_9 ./ Sources Change-Id: I658d127981ea9d877f3d44c56b2058994ab1ece2 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-06-16linux: docker: replace docker-engine with docker.ioChase Qi
Replace docker-engine with docker.io to fix https://bugs.linaro.org/show_bug.cgi?id=3044 Change-Id: I3eab1c0ee7ed1e1fdd320043e9f9e0a6bf5703e7 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-02-18automated: use create_out_dir where appropriateDaniel Díaz
Change-Id: I10181a7d1ebc53491085d80d67f0cd8f9e43071d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-01-25automated: switch to using ID field for distroNicolas Dechesne
Let's standardadize all test cases to use lowercase distro ID field from /etc/os-release, instead of the 'pretty' (capitalized) name that we used so far. This is an invasive change, all test scripts were modified with this command: $ sed -i -e 's|Debian\(.*\))|debian\1)|g' \ -e 's|Ubuntu\(.*\))|ubuntu\1)|g' \ -e 's|CentOS\(.*\))|centos\1)|g' \ -e 's|Fedora\(.*\))|fedora\1)|g' \ -e 's|Unknown\(.*\))|unknown\1)|g' And the remaining instances were fixed manually. dist_name() function was updated to always report lowercase distro name. Also when /etc/os-release is not available and that we use lsb_release output, we convert the old capitalized name into the new lowercase ones. Change-Id: I1f1ce0932ab04476567f0338e902656470267a74 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-11-30automated: linux: docker: fix package installation on CentOSChase Qi
On CentOS/Fedora, the package name is 'docker'. Change-Id: I1d2cfc8bd74df8481583a50f8d1b1804b9267b7b Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-07automated: linux: add docker testChase Qi
Change-Id: I1e1b044ed6b736f1503ec0e7288ab917625d3184 Signed-off-by: Chase Qi <chase.qi@linaro.org>