summaryrefslogtreecommitdiff
path: root/start-container-docker.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-03-31 13:28:18 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-04-01 11:19:12 +0000
commit00214a44379ca4dd9a9ad63aec1df0afe443cac8 (patch)
treef4a14ef24afb7c11e9ad13285f368d6ed0b1a8ea /start-container-docker.sh
parent512d79ce1889d211fa6a51c872545ccc7c7506e4 (diff)
Change default to use "master" docker images
... instead of "tcwg-tested" due to https://projects.linaro.org/browse/LSS-1153 , which causes tcwg-tested images to not being updated. Change-Id: I2222b87892b029b23eb1baeb28747b148addb345
Diffstat (limited to 'start-container-docker.sh')
-rwxr-xr-xstart-container-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start-container-docker.sh b/start-container-docker.sh
index 4cf58796..7bdefbc3 100755
--- a/start-container-docker.sh
+++ b/start-container-docker.sh
@@ -205,7 +205,7 @@ if [ x"$session_name" = x ]; then
fi
if [ x"$distro" = x"default" ]; then
- distro="trusty-tcwg-tested"
+ distro="trusty"
fi
image=linaro/ci-${container_arch}-tcwg-build-ubuntu:${distro}