OpenMetadata
OpenMetadata copied to clipboard
GEN-1686: Prepare Ingestion Extended Docker Image
Describe your changes:
The current ingestion-docker image comes with all plugin installed which included the pyspak which contains various vulnerabilities. With this pr we install slim plugin to ingestion-docker image which excludes the pyspark hence for those user who do not want to use deltalake or pyspark do not face the vulnerabilities, and the user who wants to use deltalake/pyspark can use the ingestion-extended docker image.
Type of change:
- [ ] Bug fix
- [ ] Improvement
- [ ] New feature
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation
Checklist:
- [x] I have read the CONTRIBUTING document.
- [ ] My PR title is
Fixes <issue-number>: <short explanation> - [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.