Fix wrong version check on docker wait image
This commit is contained in:
2
install
2
install
@@ -10,7 +10,7 @@ if ! docker images | grep -e "^svendowideit/ambassador "; then
|
||||
docker pull svendowideit/ambassador:latest
|
||||
fi
|
||||
|
||||
if ! docker images | grep -e "^aanand/wait " | grep -q "$PLUGIN_IMAGE_VERSION" ; then
|
||||
if ! docker images | grep -e "^aanand/wait "; then
|
||||
docker pull aanand/wait:latest
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user