summaryrefslogtreecommitdiff
path: root/start-container-docker.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-04-10 11:35:02 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-04-10 11:36:18 +0000
commit7c6e7a67c62c8336352c2e062573747740fc4c0e (patch)
tree594ad2df3987b15d9cdf6b12baccf7fff3c08835 /start-container-docker.sh
parent267b0de16ce153b50c5b556ba7fb8c006049ebe6 (diff)
tcwg-buildfarm.sh, start-container-docker.sh: Update default distro image
... to Ubuntu Bionic. Change-Id: If70d24e100d53eab95050cd9beb762a3c506a004
Diffstat (limited to 'start-container-docker.sh')
-rwxr-xr-xstart-container-docker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/start-container-docker.sh b/start-container-docker.sh
index 7bdefbc3..6c496f9c 100755
--- a/start-container-docker.sh
+++ b/start-container-docker.sh
@@ -18,7 +18,7 @@ usage() {
echo "Usage: $0 [--arch container-arch] --distro flavour [--docker_opts opts] [--dryrun true/false] [--label label] [--newuser username:[uid]] [--node node] [--prefix prefix] [--session-host host] [--session-name name] [--ssh_info true/false] [--task {build|test|bench}] [--user user] [--weight weight] [--verbose true/false]"
echo
echo " container-arch: architecture (eg: amd64, i386, arm64, armhf)"
- echo " distro: distribution (eg: trusty)"
+ echo " distro: distribution (eg: bionic)"
echo " dryrun: boolean, just print commands if true"
echo " label: jenkins label; container is started on least-busy node; also sets container architecture"
echo " newuser: new user to create inside container, <username>[:<uid>] specification."
@@ -205,7 +205,7 @@ if [ x"$session_name" = x ]; then
fi
if [ x"$distro" = x"default" ]; then
- distro="trusty"
+ distro="bionic"
fi
image=linaro/ci-${container_arch}-tcwg-build-ubuntu:${distro}