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 1d843ae3df
commit a6da4ea218
2 changed files with 3 additions and 3 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"