aboutsummaryrefslogtreecommitdiff
path: root/test/docker-in-docker/scenarios.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-08-08 01:59:58 +0300
committerGitHub <noreply@github.com>2023-08-08 01:59:58 +0300
commitbbb24d10d417452ef23a8c506fd0e2b141b71f15 (patch)
tree11bd7cb31f8d26b64ee56916d920bbb4d6915769 /test/docker-in-docker/scenarios.json
parent29859aff280dc187d6f508900f8600ebd04c56b7 (diff)
Docker-in-docker: Add retries to the docker-init script until docker daemon starts (#637)feature_docker-in-docker_2.3.0
* Docker-in-docker: Add retries until docker daemon starts * address comments
Diffstat (limited to 'test/docker-in-docker/scenarios.json')
-rw-r--r--test/docker-in-docker/scenarios.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/docker-in-docker/scenarios.json b/test/docker-in-docker/scenarios.json
index 9c44478..525ce69 100644
--- a/test/docker-in-docker/scenarios.json
+++ b/test/docker-in-docker/scenarios.json
@@ -67,6 +67,11 @@
}
},
"remoteUser": "node"
+ },
+ "docker_retry": {
+ "image": "ubuntu:focal",
+ "features": {
+ "docker-in-docker": {}
+ }
}
-
}