You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/01/22 10:28:11 UTC

[incubator-pinot] branch update_superset_image_repo created (now 95e7227)

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

xiangfu pushed a change to branch update_superset_image_repo
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at 95e7227  Update superset docker image repo

This branch includes the following new commits:

     new 95e7227  Update superset docker image repo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[incubator-pinot] 01/01: Update superset docker image repo

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch update_superset_image_repo
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 95e72272e6d9e99acc3dce1bb72c3ee5f7697e17
Author: Xiang Fu <fx...@gmail.com>
AuthorDate: Fri Jan 22 02:27:46 2021 -0800

    Update superset docker image repo
---
 docker/images/pinot-superset/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/images/pinot-superset/Dockerfile b/docker/images/pinot-superset/Dockerfile
index 7a9e77a..a585b57 100644
--- a/docker/images/pinot-superset/Dockerfile
+++ b/docker/images/pinot-superset/Dockerfile
@@ -18,7 +18,7 @@
 #
 
 ARG SUPERSET_IMAGE_TAG=latest
-FROM apache/incubator-superset:${SUPERSET_IMAGE_TAG}
+FROM apache/superset:${SUPERSET_IMAGE_TAG}
 
 # Switching to root to install the required packages
 USER root


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org