When I create my container base on Oracle 12c image, I use command:
docker run -d -it --name oracleDB -p 1521:1521 store/oracle/database-enterprise:12.2.0.1
Now how can I upgrade this container to Oracle 19c ?
When I create my container base on Oracle 12c image, I use command:
docker run -d -it --name oracleDB -p 1521:1521 store/oracle/database-enterprise:12.2.0.1
Now how can I upgrade this container to Oracle 19c ?
You can find Oracle dockerfile and source in their official github repository official github repository. This repo has a 19.3 version.
I think the best solution for your problem is: