* EAP image update - changes for JDV being implemented. EAP 6 image already has these changes, EAP 7 docs update. Ability to pull in external builds and extensions. * JDV/JDG image - docs side of things - mid Jan/end Jan - big implications of the change - create extensions for the build process - majority of the documentation time might be spent. Rather than extend the image it might allow customers to create extensions directly to make changes in the configurations. Eg. Oracle driver. in the build process. From email from Kevin: Rob and Bill worked on this feature recently, it is now available in JDV and will be coming to the other images as we get them scheduled. There is a template highlighting the mechanism within our repo, it handles both the building of the extension image and its inclusion within the BuildConfig of the quickstart however the idea would be to have customers create their own extensions independently. This is how the extension image is currently linked, note that there is a bug in OpenShift limiting it to 1 extension however it should be addressed soon if not already through OCP 3.4. https://github.com/jboss-openshift/application-templates/blob/master/datavirt/datavirt63-extensions-support-s2i.json#L445-L458 This is how the example builds the extension image, it's included in the template for simplicity and expediency. https://github.com/jboss-openshift/application-templates/blob/master/datavirt/datavirt63-extensions-support-s2i.json#L380-L426 Here is the example extension which includes Derby in the image https://github.com/jboss-openshift/openshift-quickstarts/tree/master/datavirt/derby-driver-image
These updates have been included in the relevant docs and published on the Portal: JDV for OpenShift: https://access.redhat.com/documentation/en-us/red_hat_jboss_data_virtualization/6.3/html/red_hat_jboss_data_virtualization_for_openshift/get_started#Preparing-JBoss-Data-Virtualization-Project-Artifacts EAP for OpenShift: https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_jboss_enterprise_application_platform_for_openshift/installation_and_configuration#Build-Extensions-Project-Artifacts