Skip to content

Commit f7ae3a1

Browse files
committed
integration-cli: pull busybox before running
Make sure the busybox image is ready to be used when running the cli integration tests. Docker-DCO-1.1-Signed-off-by: Cristian Staretu <[email protected]> (github: unclejack)
1 parent b45c106 commit f7ae3a1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

hack/make/test-integration-cli

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ fi
1919

2020
docker -d -D -p $DEST/docker.pid &> $DEST/docker.log &
2121

22+
# pull the busybox image before running the tests
23+
sleep 2
24+
docker pull busybox
25+
2226
bundle_test_integration_cli 2>&1 \
2327
| tee $DEST/test.log
2428

0 commit comments

Comments
 (0)