docker-images
docker-images copied to clipboard
Official source of container configurations, images, and examples for Oracle products and projects
Whilst spinning up the OracleSoaSuite images using the respective image from Oracle container registry version 12.2.1.3. i noticed that the admin server external dns name is empty. In my case...
Whilst playing around with OracleSoaSuite 12.2.1.3 I noticed that when i deploy a composite to a managed server node using an Ant script or via the em console, that the...
I've built oracle/database:19.3.0-ee image using the Dockerfile in this repo, and noticed it's not quite usable in integration tests; it takes 882 seconds to start up on my machine. Previously,...
**Current command** openssl rand -hex 64 -out /opt/.secrets/pwd.key throws error - Extra arguments given. rand: Use -help for summary. **Use below command instead** openssl rand -out /opt/.secrets/pwd.key -hex 64 **Current...
We are migrating from the Docker store/oracle/database-enterprise:12.2.0.1-slim image to building from this GH repo using the SingleInstance files. One thing we've noticed immediately is that the size of the resulting...
Given the fact that the recommended way to use the DB docker images is to fork the code in this repo, it stands to reason that the users might want...
When starting the AdminServer, the em (Enterprise Manager) application fails to start. `weblogic.application.ModuleException: Error: Unresolved Webapp Library references for "WebAppModule(em:/em)", defined in weblogic.xml [Extension-Name: emcore, exact-match: false], [Extension-Name: emas, exact-match:...
[install_log.txt](https://github.com/oracle/docker-images/files/4694142/install_log.txt) I have seen many people's issues got resolved by increasing the docker memory size. I have changed my memory size to 100GB systemctl stop docker dockerd --storage-opt dm.basesize=100G systemctl...
Hi Although OUD 11.1.2.3.0 is slightly outdated it can be used to test and verify OUD migration and upgrade use cases. I would like to provide an update for OUD...
Hi, I wanted to understand if anything different needs to be done in 1 VM vs 2 VM case specially in terms of NFS. Do we need to export anything...