Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-4
Description
There are some jars in the images that look to be unnecessary. Here's a list of those that are included, built as follows:
$ ./buildall.sh -release -noclean -notests -ninja -skiptests && ninja impala_base_image_release $ docker run -it impala_base_release ls -S -h -l /opt/impala/lib > libs.txt
If we can remove some of these it'll slim down the images and potentially avoid unnecessary jars that can be associated with CVEs.