dockerTools: Fix loop typo.
This typo was causing only a single layer to be de-duplicated, rather than all parent layers.
This commit is contained in:
parent
ffca975de7
commit
30b09b8620
@ -438,7 +438,7 @@ rec {
|
||||
< image/repositories)
|
||||
|
||||
for l in image/*/layer.tar; do
|
||||
ls_tar image/*/layer.tar >> baseFiles
|
||||
ls_tar $l >> baseFiles
|
||||
done
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user