Integrating Critical Patch Updates (CPU) into your WebLogic Server on Docker
Bruno Borges is doing a great job providing Docker Images for various Oracle WebLogic scenarios within the GitHub Repository https://github.com/oracle/docker-images/tree/master/OracleWebLogic
The provided samples are a real good starting point to create your Oracle WebLogic Servers and Domains including sample application.
But I personally miss one point within the Installation process of the Oracle WebLogic Server, applying Critical Patch Updates.
The integration is really simple.
As an example I will take Bruno's build file https://github.com/oracle/docker-images/blob/master/OracleWebLogic/dockerfiles/12.2.1/Dockerfile.generic...