marienpflaum commented on issue #32110: URL: https://github.com/apache/superset/issues/32110#issuecomment-2794814221
The problem here seems to be that the javascript is already compiled in one of the first stages of the docker file. On this point the env is already internalized. changes to the environment later on is therefore not working. A solution could be to define a new ARG in the docker file "SCARF_ANALYTICS" which should be mapped to a ENV parameter. This ARG in my opinion should default be false. But that is another discussion ;). This way at least people who use the docker image as parent can influence the SCARF_ANALYTICS settings -- 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. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org