aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-06-16 16:09:30 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-06-16 09:56:51 +0000
commitc0235206dd28e9c67cda6c6ca0216d1e43828018 (patch)
tree80c80d79ee87f52c7b732d259ce9a1ad83b8caf6
parentc54285ac3f4fcb082cf5fa98c6e3f56c113c057c (diff)
linux: docker: replace docker-engine with docker.io
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>
-rwxr-xr-xautomated/linux/docker/docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/docker/docker.sh b/automated/linux/docker/docker.sh
index e656bb0d..5a758810 100755
--- a/automated/linux/docker/docker.sh
+++ b/automated/linux/docker/docker.sh
@@ -25,7 +25,7 @@ create_out_dir "${OUTPUT}"
dist_name
# shellcheck disable=SC2154
case "${dist}" in
- debian|ubuntu) pkgs="docker-engine" ;;
+ debian|ubuntu) pkgs="docker.io" ;;
fedora|centos) pkgs="docker" ;;
*) error_msg "Unsupported distribution" ;;
esac