feat: switch to updated wait image

This commit is contained in:
Jose Diaz-Gonzalez
2019-03-25 12:46:42 -04:00
parent 0641b7baae
commit 9554b9a43f
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ service_create_container() {
echo "$ID" > "$SERVICE_ROOT/ID" echo "$ID" > "$SERVICE_ROOT/ID"
dokku_log_verbose_quiet "Waiting for container to be ready" dokku_log_verbose_quiet "Waiting for container to be ready"
docker run --rm --link "$SERVICE_NAME:$PLUGIN_COMMAND_PREFIX" dokkupaas/wait:0.2 -p "$PLUGIN_DATASTORE_WAIT_PORT" > /dev/null docker run --rm --link "$SERVICE_NAME:$PLUGIN_COMMAND_PREFIX" dokku/wait:0.3.0 -p "$PLUGIN_DATASTORE_WAIT_PORT" > /dev/null
dokku_log_info2 "$PLUGIN_SERVICE container created: $SERVICE" dokku_log_info2 "$PLUGIN_SERVICE container created: $SERVICE"
service_info "$SERVICE" service_info "$SERVICE"

View File

@@ -17,7 +17,7 @@ plugin-install() {
pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}" pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}"
pull-docker-image "dokku/ambassador:0.2.0" pull-docker-image "dokku/ambassador:0.2.0"
pull-docker-image "dokkupaas/wait:0.2" pull-docker-image "dokku/wait:0.3.0"
pull-docker-image "dokkupaas/s3backup:0.8.0" pull-docker-image "dokkupaas/s3backup:0.8.0"
pull-docker-image "busybox:latest" pull-docker-image "busybox:latest"