Skip to content

Commit

Permalink
Fix initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
BarDweller committed Jul 5, 2024
1 parent 89d2772 commit 09508f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static void pullImages(DockerConfig config, String... imageNames) {

// wait for pulls to complete.
RuntimeException lastSeen = null;
boolean allDone = true;
boolean allDone = false;
while(!allDone && retriesRemaining>=0){
allDone = true;
for (Entry<String, PullImageResultCallback> e : pircMap.entrySet()) {
Expand Down

0 comments on commit 09508f4

Please sign in to comment.