docker_images_require: scope of i: local

Prepare to call docker_images_require from itself, make i a local
variable.

Change-Id: I228f54f3e7431dba9e8d2a5fab0ecba3d0e6d76b
This commit is contained in:
Oliver Smith 2020-05-30 08:48:05 +02:00
parent c4298de73c
commit 95bb9e5cb0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ docker_image_exists() {
}
docker_images_require() {
local i
local from_line
local pull_arg