Hi all, How should we go about convenience releases? Currently I'm thinking Pypi.org, but we could think about Docker / DockerHub as well.
First thing to know is that a convenience release for Superset is likely to contain minified [aka "compiled"] javascript out of hundreds of libs. In theory these libs are scanned and approved by FOSSA license-wise, and generating that report will be part of the release process. Is that ok? I mean is Apache ok with us distributing that bundle? Alternatively, it could *not* contain the minified javascript. We'd have to find some solutions to a few challenges. Maybe run a new `superset build-js` CLI command that would: * bootstrap `npm` locally * download JS build deps * build locally (minutes) * find a place to put these files (can't mutate Python's install dir "site-packages") * ... On the docker side, maybe an official Dockerfile, but no official DockerHub entry? Max
