Skip to content

Commit

Permalink
chore: replace custom kudu image with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed Oct 16, 2023
1 parent 7ee518d commit 0ca61fb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ services:
- SYS_TIME
depends_on:
- kudu-tserver
environment:
KUDU_MASTER: "true"
image: ibisproject/kudu:latest
image: apache/kudu:1.17.0
networks:
- impala
command: kudu master run --fs_wal_dir=/var/lib/kudu/master --fs_data_dirs=/var/lib/kudu/master
healthcheck:
interval: 5s
retries: 20
Expand All @@ -76,11 +75,10 @@ services:
kudu-tserver:
cap_add:
- SYS_TIME
environment:
KUDU_MASTER: "false"
image: ibisproject/kudu:latest
image: apache/kudu:1.17.0
networks:
- impala
command: kudu tserver run --fs_wal_dir=/var/lib/kudu/master --fs_data_dirs=/var/lib/kudu/master --tserver_master_addrs=kudu
healthcheck:
interval: 5s
retries: 20
Expand Down

0 comments on commit 0ca61fb

Please sign in to comment.