We are using base image of RedHat AMQ registry.access.redhat.com/jboss-amq-6/amq63-openshift
which is a public base we cannot change. We use that image in jib maven plugin and did some changes to create an app.
However, the security department requires an update to the JDK it uses. We have another image with these fixes included, let's say company.com/java-with-fix
.
How to make my RedHat AMQ based APP to use that company JDK base image, and in Jib?