-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The s2i image redhat-openjdk-18/openjdk18-openshift saves the artifacts to /tmp/src, which is expected.
After that, the assemble script copies it to /deployments instead of moving the artifact, which makes the resulting image much larger than it should be.
This behavior should be changed to moving the artifact to the deployment dir, instead of copying it, as in other s2i images:
https://github.com/openshift-s2i/s2i-wildfly/blob/master/14.0/s2i/bin/assemble#L209-L229
- is blocked by
-
OPENJDK-462 Ship OpenJDK containers v1.10 [RHEL-8]
- Closed
-
OPENJDK-463 Ship OpenJDK containers v1.10 [RHEL-7]
- Closed
- relates to
-
OPENJDK-84 post-S2I, containers have app source and maven cache in /tmp
- Verified