What is the best way to make a patched Docker image?
Oracle Container Registry only contains base images right?
I want to get from 19.3.0 to 19.22.0 Standard Edition.
So we have to build the Docker image ourselves and use buildContainerImage.sh
from https://github.com/oracle/docker-images/blob/main/OracleDatabase/SingleInstance/README.md ?