Windows: remove unused images

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
This commit is contained in:
Akim Demaille 2018-04-30 13:52:13 +02:00 committed by Joao Fernandes
parent e482aeec60
commit 25766041fa
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
.PHONY:
check:
for img in $$(git ls-files images); do \
base=$$(basename "$$img"); \
if ! git grep -q -F "$$base"; then \
echo >&2 "unused image: $$img"; \
pass=false; \
fi; \
done; \
$$pass

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB