Skip to content

Commit

Permalink
feat: switch to updated wait image
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Mar 25, 2019
1 parent 7b90e62 commit 686f692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ service_create_container() {
echo "$ID" > "$SERVICE_ROOT/ID"

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"
service_info "$SERVICE"
Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugin-install() {

pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}"
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 "busybox:latest"

Expand Down

0 comments on commit 686f692

Please sign in to comment.