Pull images on CI

Always do `moby build --pull` on CI.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-04-28 14:41:23 +01:00
parent a02e515740
commit 791e11f07a

View File

@ -31,7 +31,7 @@ bin/linuxkit: $(LINUXKIT_DEPS) | bin
touch $@ touch $@
test-initrd.img: $(MOBY) test/test.yml test-initrd.img: $(MOBY) test/test.yml
$(MOBY) build test/test.yml $(MOBY) build --pull test/test.yml
test-bzImage: test-initrd.img test-bzImage: test-initrd.img
@ -68,7 +68,7 @@ test: $(LINUXKIT) test-initrd.img test-bzImage test-cmdline
$(call check_test_log, test.log) $(call check_test_log, test.log)
test-ltp.img.tar.gz: $(MOBY) test/ltp/test-ltp.yml test-ltp.img.tar.gz: $(MOBY) test/ltp/test-ltp.yml
$(MOBY) build test/ltp/test-ltp.yml $(MOBY) build --pull test/ltp/test-ltp.yml
.PHONY: test-ltp .PHONY: test-ltp
test-ltp: $(LINUXKIT) test-ltp.img.tar.gz test-ltp: $(LINUXKIT) test-ltp.img.tar.gz