Use our own image to wait for services
This commit is contained in:
4
install
4
install
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user