Skip to content

Commit

Permalink
Update docker testing images and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hovaesco committed May 26, 2023
1 parent 3ecf670 commit d281977
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 41 deletions.
7 changes: 0 additions & 7 deletions docker/Dockerfile.util

This file was deleted.

3 changes: 1 addition & 2 deletions docker/init_starburst.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ cd ..
set -exo pipefail

docker-compose -f docker-compose-starburst.yml build
docker-compose -f docker/util.yml build
docker-compose -f docker-compose-starburst.yml up -d
docker-compose -f docker/util.yml run --rm util wait_for_up trino 8080 10
timeout 5m bash -c -- 'while ! docker-compose -f docker-compose-starburst.yml logs trino 2>&1 | tail -n 1 | grep "SERVER STARTED"; do sleep 2; done'
3 changes: 1 addition & 2 deletions docker/init_trino.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ cd ..
set -exo pipefail

docker-compose -f docker-compose-trino.yml build
docker-compose -f docker/util.yml build
docker-compose -f docker-compose-trino.yml up -d
docker-compose -f docker/util.yml run --rm util wait_for_up trino 8080
timeout 5m bash -c -- 'while ! docker-compose -f docker-compose-trino.yml logs trino 2>&1 | tail -n 1 | grep "SERVER STARTED"; do sleep 2; done'
12 changes: 0 additions & 12 deletions docker/util.yml

This file was deleted.

18 changes: 0 additions & 18 deletions docker/wait_for_up.bash

This file was deleted.

0 comments on commit d281977

Please sign in to comment.