docker-images
docker-images copied to clipboard
Official source of container configurations, images, and examples for Oracle products and projects
I'm trying to build OracleDB SingleInstance docker image v12.2.0.1 and it mentioned in the readme that > IMPORTANT: You will have to provide the installation binaries of Oracle Database (except...
When I try to use the docker compose examples I am only able to have persistence between container restarts. If I kill the containers using down I end up with...
I try to create a tablespace as part of the startup script in docker. ``` oracledatabase: image: container-registry.oracle.com/database/express:latest platform: linux environment: - ORACLE_PWD=xxx container_name: oracle ports: - '1521:1521' volumes: -...
>>> Ignoring failure(s) of required prerequisite checks and continuing. Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2025-01-07_11-29-12AM Log: /tmp/OraInstall2025-01-07_11-29-12AM/install2025-01-07_11-29-12AM.log Setting ORACLE_HOME... SettingINSTALL_TYPE... Copyright (c) 1996, 2019, Oracle and/or itsaffiliates....
Dear Oracle dev team, I'm new to oracle docker and I'm trying to deploy an oracle enterprise database 21.3 on our kubernetes and ran into the following issue StorageClass NFS....
Hi, try to install with helm wis ver on kuber docker pull container-registry.oracle.com/database/free:23.5.0.0-lite and always get this: Expanding oracle data /home/oracle /opt/oracle/runOracle_slim.sh: line 239: source: /opt/oracle/: is a directory cp:...
https://github.com/oracle/docker-images/blob/5846bb2be13fa96f482d2c8a3ace720f422210bd/OracleFMWInfrastructure/dockerfiles/12.2.1.4/container-scripts/createInfraDomain.py#L162 Hi just to notify you the createInfraDomain.py script shows a tab where spaces are expected at begining of the line 162.
I have used the Oracle provided container registry .When i create a seperate Managed servers ... when inspecting the logs it hangs here ... INFO: creating boot.properties for soa_server1 INFO:...