sfirke commented on issue #35330: URL: https://github.com/apache/superset/issues/35330#issuecomment-3552497636
Should we modify the main Dockerfile so that a version of Superset with translations is built under a different tag? It could be `lean` + translations. Since version 4.0 the Postgres driver has not been included in the base image which meant pretty much everyone has to build their own image extending the base image (I was avoiding this as long as possible but had to do it then). But perhaps extending from an image with translations would simplify that task and reduce build time vs. building the entire image from source code? My personal Dockerfile that extends the lean image with a few drivers is small and readable and build times are reasonable. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
