docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

Official source of container configurations, images, and examples for Oracle products and projects

Results 259 docker-images issues
Sort by recently updated
recently updated
newest added

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...

database

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 ```...

bug
database

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...

database

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...

database

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 ``` ###...

database

Added Apex 24.2 version

OCA Required

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: ![Image](https://github.com/user-attachments/assets/f842e695-4ef1-4189-ac26-6feeaa260bba)

database