-
Notifications
You must be signed in to change notification settings - Fork 313
Reduce the Data Prepper tar.gz and Docker image sizes #3356
Copy link
Copy link
Closed
Labels
maintenanceIssues to help maintain the project, such as improving builds, testing, etc.Issues to help maintain the project, such as improving builds, testing, etc.
Milestone
Description
Is your feature request related to a problem? Please describe.
It appears that the Data Prepper image has grown quite large.
ls -l release/archives/linux/build/distributions/ | awk '{print $5,$9}'
664652152 opensearch-data-prepper-2.5.0-SNAPSHOT-linux-x64.tar.gz
857129267 opensearch-data-prepper-jdk-2.5.0-SNAPSHOT-linux-x64.tar.gz
Even without the JDK, it comes to 633 MB.
Describe the solution you'd like
Find why it is so large and see how we can reduce the size.
Tasks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
maintenanceIssues to help maintain the project, such as improving builds, testing, etc.Issues to help maintain the project, such as improving builds, testing, etc.
Type
Projects
Status
Done