summaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
Diffstat (limited to 'automated')
-rwxr-xr-xautomated/linux/docker/docker.sh2
-rw-r--r--automated/linux/docker/docker.yaml1
2 files changed, 1 insertions, 2 deletions
diff --git a/automated/linux/docker/docker.sh b/automated/linux/docker/docker.sh
index 5a75881..a770642 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.io" ;;
+ debian) pkgs="docker-ce" ;;
fedora|centos) pkgs="docker" ;;
*) error_msg "Unsupported distribution" ;;
esac
diff --git a/automated/linux/docker/docker.yaml b/automated/linux/docker/docker.yaml
index 6f312ff..c09cc7d 100644
--- a/automated/linux/docker/docker.yaml
+++ b/automated/linux/docker/docker.yaml
@@ -7,7 +7,6 @@ metadata:
- chase.qi@linaro.org
os:
- debian
- - ubuntu
- fedora
- centos
scope: