docker-images
docker-images copied to clipboard
Official source of container configurations, images, and examples for Oracle products and projects
We use Oracle Database for some of our CI testing, both via `docker-compose` and Kubernetes, relying on Oracle’s health check to determine when the database is ready for the application...
oracle/docker-images Updated the links to point to the latest kvstore version(24.3.9) [email protected]
- Update link due to changes in `graalvm-community` in [[GS-4824] Updating dockerfiles and readme file ](https://github.com/graalvm/container/pull/76)
While trying to apply the last patch p36538667 of version 19.3.0 I had attached error ( /opt/oracle/product/19c/dbhome_1/OPatch/opatchauto: line 44: /opt/oracle/product/19c/dbhome_1/perl/bin/perl: No such file or directory) Note: under one_offs I have...
I'm trying to extend the Oracle Database image generated by `buildContainerImage.sh` but when building the new image the listener cannot be started with the following error message: ```bash #11 0.371...
``` Machine: Mac book 2019 pro Mac OS Version: 14.6.1 Colima Version: 0.6.9 Docker Client Version: 26.1.0 ``` When running `docker run -d --name oracledb -p 1521:1521 -p 5500:5500 -e...
Per [Configuring TCPS connections for Oracle Database](https://github.com/oracle/docker-images/blob/main/OracleDatabase/SingleInstance/README.md#configuring-tcps-connections-for-oracle-database-supported-from-version-1930-onwards): > With Self Signed Certificates > - Use the -e ENABLE_TCPS=true option with the docker run command. A listener endpoint will be created...
The printf formatting strips away the last digit of the version number resulting in a 3 digit number instead of a 4 digit number. This causes the version checker to...
Followed the documentation https://github.com/oracle/docker-images/blob/main/OracleDatabase/RAC/OracleRealApplicationClusters/docs/developers/README.md to setup the rac db with 19c. [root@rac-samples containerfiles]# podman ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 0a107e854d3b localhost/oracle/rac-dnsserver:latest /bin/sh -c exec $......
When attempting to run ords container in kuberntes the container complains at start up: ``` ERROR: CONN_STRING_FILE has not added, create a file with CONN_STRING variable and added as docker...