summaryrefslogtreecommitdiff
path: root/start-container-docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start-container-docker.sh')
-rwxr-xr-xstart-container-docker.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/start-container-docker.sh b/start-container-docker.sh
index 5d9e77d0..b71e5ea1 100755
--- a/start-container-docker.sh
+++ b/start-container-docker.sh
@@ -41,7 +41,7 @@ exec 1>&2
container_arch="default"
cp_files=()
-distro="trusty-tcwg-tested"
+distro="default"
docker_opts=
dryrun=false
label=
@@ -187,6 +187,10 @@ if [ x"$session_name" = x ]; then
session_name=$(echo "$session_name" | sed -e "s#[/=,+]#-#g")
fi
+if [ x"$distro" = x"default" ]; then
+ distro="trusty-tcwg-tested"
+fi
+
image=linaro/ci-${container_arch}-tcwg-${task}-ubuntu:${distro}
case "$session_host" in