-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Jenkins X
-
Tags:
-
Team:PLATFORM
As seen in NXBT-2978, the Jenkins X builder base image is very heavy: 3.1 GB and has 700 MB of potential wasted space according to dive.
We should be able to use a lighter base image by:
- Making a PR to squash the yum update and yum install instructions in the Jenkins X builder base image.
- Having our own image, and getting rid of:
- Chrome: 482 MB
- git compilation tools: 666 MB
- java-1.8.0-openjdk-devel: 215 MB
- 'Development Tools': 215 MB
- ...