Use our own image to wait for services

This commit is contained in:
Loïc Guitaut
2015-09-24 11:07:05 +02:00
parent d3e3a702fc
commit 7c867da3dc
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ if ! docker images | grep -e "^svendowideit/ambassador "; then
docker pull svendowideit/ambassador:latest
fi
if ! docker images | grep -e "^aanand/wait "; then
docker pull aanand/wait:latest
if ! docker images | grep -e "^dokkupaas/wait "; then
docker pull dokkupaas/wait:latest
fi
mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE directory"