-
Task
-
Resolution: Obsolete
-
Major
-
1.7.0
-
None
Followup investigation from RHIDP-4014:
After moving to cachi2, the rhdh-hub image is now 2x larger (650 -> 1.3g), and the source image is now 5x larger (528.6 MiB -> 2.6GiB)
Need to see what we can safely delete from the images to improve performance.
This should be explored in 1.7 and if possible backported to 1.6 so we don't have a 2x size regression going from 1.5 -> 1.6.
$➔ podman run -it --rm --entrypoint /bin/bash --user root -v .:/host-mount quay.io/rhdh/rhdh-hub-rhel9:1.7-11 -c "du -shc dynamic-plugins node_modules packages" 1.1G dynamic-plugins 4.2G node_modules << ouch 455M packages 5.6G total $➔ podman run -it --rm --entrypoint /bin/bash --user root -v .:/host-mount quay.io/rhdh/rhdh-hub-rhel9:1.7-5 -c "du -shc dynamic-plugins node_modules packages" 1.6G dynamic-plugins 601M node_modules 50M packages 2.2G total
- clones
-
RHIDP-6828 spike: can we use the same export-dynamic-plugin command in cachi2 as upstream?
-
- Closed
-
- is duplicated by
-
RHIDP-5292 Spike: Understand why our container images are so big
-
- Closed
-
- links to
- mentioned on
(1 links to, 1 mentioned on)