mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 21:18:28 +00:00
do not need to delete reproducible images
Signed-off-by: Justin Cormack <justin@specialbusservice.com>
This commit is contained in:
parent
af85abc84d
commit
5d2ad6db2b
@ -64,8 +64,6 @@ azure: common
|
||||
clean:
|
||||
rm -f initrd.img initrd.img.gz mobylinux.vhd mobylinux.img
|
||||
rm -f mobylinux-bios.iso mobylinux-efi.iso mobylinux.efi
|
||||
docker images -q moby-efi:build | xargs docker rmi -f || true
|
||||
docker images -q moby-bios:build | xargs docker rmi -f || true
|
||||
docker images -q alpine_ami:latest | xargs docker rmi -f || true
|
||||
docker images -q alpine_azure:latest | xargs docker rmi -f || true
|
||||
$(MAKE) -C packages clean
|
||||
|
Loading…
Reference in New Issue
Block a user