build: use autogenerated docker images for CI runs (#21056)

* build: use autogenerated docker images for CI runs

* build: depend on exact tag instead of rolling :latest

* chore: use newer docker image
This commit is contained in:
Samuel Attard 2019-11-12 21:29:15 -08:00 committed by Cheng Zhao
parent 3c75adb236
commit 8320160fe2
7 changed files with 3 additions and 180 deletions

View file

@ -1,3 +0,0 @@
XVFB=/usr/bin/Xvfb
XVFBARGS="$DISPLAY -ac -screen 0 1024x768x16 +extension RANDR"
/sbin/start-stop-daemon --start --quiet --background --exec $XVFB -- $XVFBARGS