docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

FMW image requires Java image with different tag than what is generated with OracleJava module

Open jasonwjones opened this issue 2 years ago • 0 comments

The Dockerfile for FMW 12.2.1.4 is built using oracle/serverjre:8 as both its builder as well as its base image. This tag used to be generated when using the build script in the OracleJava module, but a change awhile ago altered the tag names for this image. It seems that for consistency it would be good to have the FMW image refer to a tag that gets built (such as oracle/serverjre:8-ol8) or that the tag for Java should be added back.

jasonwjones avatar Jul 10 '23 23:07 jasonwjones