mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
Clean up gce image
Was missing in `make clean` and not noticed as we do not build by default. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
3d03a8ae9b
commit
53c146d804
@ -208,7 +208,7 @@ vhdartifact:
|
||||
docker volume create --name vhdartifact || true
|
||||
|
||||
clean:
|
||||
rm -f *.img *.vhd *.iso *.tag mobylinux.efi etc/moby-commit
|
||||
rm -f *.img *.vhd *.iso *.tag mobylinux.efi etc/moby-commit gce.img.tar.gz
|
||||
docker images -q moby-azure:build | xargs docker rmi -f || true
|
||||
docker images -q moby-azure:raw2vhd | xargs docker rmi -f || true
|
||||
docker volume rm vhdartifact || true
|
||||
|
Loading…
Reference in New Issue
Block a user