Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

Makefile: build: Explicitly pull lavasoftware/lava-dispatcher:latest #158

Closed pfalcon closed 3 years ago

pfalcon commented 3 years ago

This image is not used by docker-compose.yaml directly. Instead this image (well, string) is passed as an argument to "build" action, and then used in FROM statement in Dockerfile. Apparently, under such circumstances, "docker-compose pull" doesn't get an idea that this image should be pulled too (as ":latest" is ever-updating tag). This leads to server vs dispatcher version mismatches (e.g. 2021.05 vs 2021.04post1). So, pull it explicitly to resolve this situation.

Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org