mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
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:
parent
a02e515740
commit
791e11f07a
4
Makefile
4
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user