mistercrunch opened a new pull request, #27608: URL: https://github.com/apache/superset/pull/27608
Closes https://github.com/apache/superset/issues/27606 ### SUMMARY I'm unclear on why exactly CI succeeded while this was an issue running locally. I'm guessing it has to do with `--mount` and how it works around caching, so I'm moving to a COPY-based approach, which is more standard and easy to reason about. It also leaves a useful artefact on the machine as to how it was built. It does add a tiny layer and payload on the image, but it's super cheap for the utility/introspection it provides. -- 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]
