This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git


The following commit(s) were added to refs/heads/main by this push:
     new ed4c274  [CALCITE-5586] Replace boostport/hbase-phoenix-all-in-one 
docker image with f21global/hbase-phoenix-all-in-one
ed4c274 is described below

commit ed4c274f52a98593e6c99de0d7a88802d4a92cb6
Author: Francis Chuang <francischu...@apache.org>
AuthorDate: Wed Mar 15 11:39:39 2023 +1100

    [CALCITE-5586] Replace boostport/hbase-phoenix-all-in-one docker image with 
f21global/hbase-phoenix-all-in-one
---
 docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index b2df4ae..506e856 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -16,7 +16,7 @@
 version: '3'
 services:
   phoenix:
-    image: boostport/hbase-phoenix-all-in-one:${PHOENIX_VERSION:-2.0-5.0}
+    image: f21global/hbase-phoenix-all-in-one:${PHOENIX_VERSION:-2.0-5.0}
 
   hsqldb:
     image: apache/calcite-avatica-hypersql:${HSQLDB_VERSION:-1.22.0}
@@ -108,4 +108,4 @@ services:
       PROTOBUF_VERSION: 21.5
     volumes:
       - .:/source
-      - $GOPATH/pkg/mod/cache:/go/pkg/mod/cache
\ No newline at end of file
+      - $GOPATH/pkg/mod/cache:/go/pkg/mod/cache

Reply via email to