Description of problem:
The S2I builds is not preserving the static files from the source repository into the resultant image.
How reproducible:
Actual results:
The S2I build removes all the source contents from "/tmp/src", however the content is not stored in any location within the resultant image.
Expected results:
The S2I build should preserve the source contents at some location in the resultant image.
Additional info:
Previously the static file contents was preserved by the S2I build in "/tmp/src".
The S2I builder image used was java - "image-registry.openshift-image-registry.svc:5000/openshift/java@sha256:ffa787d7ac65fc2f4222c1d82b8d28603eba87b255f5815e3380da0f62a80c41"
Not sure if there is any change in the behaviour of handling "/tmp/src" in the new S2I builder images.
- relates to
-
CLOUD-3977 Deleting src dir after s2i breaks WildFly image with ODO
- Closed