diff --git a/Makefile b/Makefile index 6e4416cb..86b1a5c7 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ UID = $(shell id -u) GID = $(shell id -g) # The below files are needed and can be downloaded from the internet -testdata_objects = testdata/vmlinux testdata/root-drive.img testdata/firecracker +testdata_objects = testdata/vmlinux testdata/root-drive.img testdata/firecracker testdata/jailer # --location is needed to follow redirects on github.com curl = curl --location @@ -58,7 +58,11 @@ testdata/vmlinux: $(curl) -o $@ https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin testdata/firecracker: - $(curl) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/v0.18.0/firecracker-v0.18.0 + $(curl) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/v0.21.1/firecracker-v0.21.1-x86_64 + chmod +x $@ + +testdata/jailer: + $(curl) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/v0.21.1/jailer-v0.21.1-x86_64 chmod +x $@ testdata/root-drive.img: