Description
Can You explain me why Oracle docker image starts very slow?
I had to create my own image, beacuse i wanted ommit a database creation step.
You can check my repo:
https://github.com/KamilJedrzejuk/oracle18c-xe
I can't use original image with Testcontainers lib in my integration test.
if on the other hand we look at the PostgreSQL is very fasts and light in tests.
Please check nice example
https://kiview.github.io/testcontainers-grails-workshop/ postgresql is less than 300mb...
For me
This is ridiculous:
IMPORTANT: The resulting images will be an image with the Oracle binaries installed. On first startup of the container a new database will be created, the following lines highlight when the database is ready to be used:
#########################
DATABASE IS READY TO USE!
#########################