This docker image will create a base container including the IBM JRE as a basis for other containers.
debianbase docker image from Docker Hub.- Download the IBM JRE of your intended version and extract to the
artifactsdirectory.
docker build -t stackinabox/ibm-java:%version% .
FROM stackinabox/ibm-java:%version%
...
CMD ["/bin/bash"]
docker run stackinabox/ibm-java:%version%
JAVA_HOME: Path to Java Home Directory