sfirke opened a new pull request, #44240: URL: https://github.com/apache/superset/pull/44240
### SUMMARY The main reason I opened this change: `openpyxl` ships in every image via `pandas[excel]` (since 5.0.0) and `Pillow` has been a core dependency since 6.0.0, so layering them in the example Dockerfile is a no-op. These are no longer needed. While there, I also corrected the -dev preset and tag descriptions: CI builds them with `INCLUDE_CHROMIUM=false`, so they do not include a headless browser. Pointed to `--build-arg INCLUDE_CHROMIUM=true` for dev builds that need one. Lastly, our docs example version numbers were stale, `5.0.0` and `4.1.2`. I couldn't just do a drop-in replacement because of the change to the `-lean` tag, so I pointed version examples at 7.0.0, the first release with the superset/lean tag naming, and noted that 6.1.0 and earlier published the minimal image under the plain tag with no `-lean` tag. Kind of a followup to https://github.com/apache/superset/pull/44100. -- 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]
