Skip to content

Commit 5226003

Browse files
committed
Pull a Docker image without printing progress information
1 parent d5cd5ed commit 5226003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/init_starburst.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cd ..
77
set -exo pipefail
88

99
docker compose -f docker-compose-starburst.yml build
10-
docker compose -f docker-compose-starburst.yml up -d
10+
docker compose -f docker-compose-starburst.yml up -d --quiet-pull
1111
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'

docker/init_trino.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cd ..
77
set -exo pipefail
88

99
docker compose -f docker-compose-trino.yml build
10-
docker compose -f docker-compose-trino.yml up -d
10+
docker compose -f docker-compose-trino.yml up -d --quiet-pull
1111
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'

0 commit comments

Comments
 (0)