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

there have no jms-config.properties for : docker-images/OracleWebLogic/samples/1221-domain-with-resources/container-scripts/jms-deploy.py / how to config it?thanks

enhancement
weblogic

I use _docker-images/OracleWebLogic/samples/12213-domain-home-in-image_'s dockerfile to create an image, when I run the image to generate the container, the weblogic domain is started, after that when I stop the container and...

weblogic

I am mainly using GRAALVM via docker container. To ensure that graal enabled jdk is used, GRAALVM_HOME and GRAALVM_HOME/bin directories should be added to the PATH env variable. Suggested changes:...

graal

Hi, The current GraalVM CE image is a whooping 1.56GB. I believe it a bit too much to be really used in everyday's life. I believe it could be slimmed...

enhancement
help wanted
graal

I have no idea if this is correct, I just removed all mention of the compat image. If it's not correct, feel free to close this PR and submit another...

OCA Verified

cannot run a customized container character set in Oracle XE official version. In fact, I can see in createDB.sh file the following variable substitution: ` su -c 'sed -i -e...

database

This turns down the startup time of the container from 1m to 30s, which in most cases is sufficient for the prebuiltdb ones to be ready.

OCA Verified

They can be easily tested with `docker compose up --wait oracle` for a `docker-compose.yaml` like below: ```yaml services: oracle: image: oracle:21.3.0 ``` The outcome is that the command will return...

Hi all, building the k8s extensions for the single database image, I found an issue. The unknown option error was thrown by the /usr/bin/python -u in https://github.com/oracle/docker-images/blob/main/OracleDatabase/SingleInstance/extensions/k8s/lock.py#L1 By removing the...

I'm trying to deploy an oracle enterprise database on our internal docker swarm and ran into the following issue: The docker-compose is run by our manager node as `docker stack...