On 7/13/20 4:58 PM, Alex Bennée wrote: > This worked on a system that was already bootstrapped because the > stage 2 images already existed even if they wouldn't be used. What we > should have pulled down was the FROM line containers first because > building on gitlab doesn't have the advantage of using our build > system to build the pre-requisite bits. > > We still pull the image we want to build just in case we can use the > cached data. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tests/docker/docker.py | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) >
Tested-by: Philippe Mathieu-Daudé <f4...@amsat.org>