You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/09/21 14:51:56 UTC

[GitHub] [incubator-superset] zhaoyongjie opened a new issue #8275: [SIP] Improve docker builds

zhaoyongjie opened a new issue #8275: [SIP] Improve docker builds
URL: https://github.com/apache/incubator-superset/issues/8275
 
 
   ## [SIP] Improve docker builds
   
   ### Motivation
   The existing Docker image lacks many of the good features of the current Superset, such as schedule reporter, async SQLLab query, we need to add some functionality to the existing Dockerfile, and add some services to docker-compose so that users can enjoy these New features.
   
   ### Proposed Change
   
   #### Add to Dockerfile
   1. update base Docker image to python:3.6-buster
   2. Firefox from apt source firefox-esr
   3. geckodriver from github.com/mozilla/geckodriver
   
   #### Add to docker-compose
   1. celery worker service used for SQLLab query and schedule reporter
   2. celery beat service used for schedule reporter
   3. smtp service service used for send email
   
   #### Modify the current cache config
   1. Prepare to turn on the query cache by default, and use the existing redis
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org