mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
explicit compose build
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
a9a300ccf2
commit
a863d8d7b6
@ -8,6 +8,7 @@ initrd.img: Dockerfile mkinitrd.sh repositories $(ETCFILES)
|
||||
$(MAKE) -C packages
|
||||
$(MAKE) -C kernel
|
||||
cp inittab.x86_64 etc/inittab
|
||||
docker-compose build moby
|
||||
docker-compose run --rm -T moby /bin/mkinitrd.sh
|
||||
|
||||
mobylinux.iso: initrd.img Dockerfile.iso isolinux.cfg
|
||||
@ -28,6 +29,7 @@ initrd-arm.img: Dockerfile.armhf
|
||||
$(MAKE) -C packages arm
|
||||
$(MAKE) -C kernel arm
|
||||
cp inittab.armhf etc/inittab
|
||||
docker-compose build arm
|
||||
docker-compose run --rm -T arm /bin/mkinitrd.sh > $@
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user