While investigating the contents of the new EAP 7.3.1/XP1.0 images in CRW-871, I realized that our node and python stack images may be cluttered with extraneous runtimes they don't need.
Specifically:
- quay.io/crw/stacks-python-rhel8:2.2 1.15 GB
- quay.io/crw/stacks-node-rhel8:2.2 1.14 GB
Both include JDK 8. And the python one has node/npm in it, which the node one has python/pip in it.
So... the question is... can we remove these dupes? Or if not, then maybe we only need ONE image that provides all the runtimes in one image. We could add python/pip, node/npm to the plugin-java11 image, and we'd able to deprecate the python and node images.
- blocks
-
CRW-775 Verify BOM for CRW 2.2
- Closed
- is blocked by
-
CRW-943 Does sidecar for dependency analytics require theia endpoint as base image?
- Closed
- is documented by
-
RHDEVDOCS-2000 Update list of CRW containers
- Closed
- relates to
-
CRW-871 Use EAP 7.3.1 image as is without manipulation for CRW 2.3
- Resolved