docker-images
docker-images copied to clipboard
Official source of container configurations, images, and examples for Oracle products and projects
Latest free image fails to start using podman on GitHub Actions with the error: ``` Password: su: Authentication failure ``` It works fine with docker. 23.6 image worked with podman...
I follew these steps: 1. `sudo docker pull container-registry.oracle.com/database/free:latest` 2. ``` sudo docker run -d \ -p 1521:1521 \ -p 5500:5500 \ -e ORACLE_PWD=123456 \ --name oracle-free \ container-registry.oracle.com/database/free:latest ```...
I try to install git on the docker image container-registry.oracle.com/database/free:latest-lite `docker run -d --name oracledb container-registry.oracle.com/database/free:latest` `docker exec -it oracledb bash` Some reason I am not able to reach https://yum-us-phoenix-1.oracle.com...
The latest Oracle Database Free image hosted on https://container-registry.oracle.com/ords/ocr/ba/database/free fails to start due to a change in `/opt/oracle/runOracle.sh.orig`, line 256 unless the container is started as root. Podman starts containers...
linux/arm64 version of `container-registry.oracle.com/database/ords:25.1.0` complains about the java installation in the container: ``` docker run -it --rm -v xxxxxxxxx container-registry.oracle.com/database/ords:25.1.0 config list INFO : Running Oracle REST Data Services CLI...
### The Error Upon issuing the `podman run` command I am observing this error in the logs (and trace file): ```txt ORA-27180: failed to create memory protection key ``` ###...
Allow to specify what container runtime to use instead of preferring docker when installing database
When having installed docker and podman it is not possible to use podman as the container runtime. The buildContainerImage.sh (and most likely all others) simply prefer Docker over Podman and...
While executing the SQL `SELECT * FROM ALL_TAB_PARTITIONS`, server will return the error `ORA-40569: Unimplemented JSON feature.` And XML return same error too: 