docker-images
docker-images copied to clipboard
Official source of container configurations, images, and examples for Oracle products and projects
I downloaded oracle docker images and created image for 19c se :+1: 1../buildContainerImage.sh -v 19.3.0 -s -i -o --network=host 2. sudo docker run --name oraclexe18-4 -d -p 1522:1522 -e ORACLE_PWD=welcome1...
on my scenario it's required to perform a recovery to a point in time. (currently with the NFS implementation on docker) I've tried different methods to do that with RMAN:...
``` $ docker version --format '{{.Server.Version }}' 24.0.5-ce ``` => ``` buildContainerImage.sh: line 97: [: 2405-ce: integer expression expected ``` ``` diff --git a/OracleDatabase/SingleInstance/dockerfiles/buildContainerImage.sh b/OracleDatabase/SingleInstance/dockerfiles/buildContainerImage.sh index 0239f698..c757047a 100755 --- a/OracleDatabase/SingleInstance/dockerfiles/buildContainerImage.sh...
`Error response from daemon: pull access denied for oracle/weblogic, repository does not exist`
Hey, Hope everyone is well, have a bit of an issue. I am using bitbucket runner to run a pipeline to create the 19c image on docker, and its failing...
After sh buildDockerImage.sh -v 12.2.1.4 docker image build process break with message: library initialization failed - unable to allocate file descriptor table - out of memory/bin/sh: line 1: 41 Aborted...
An error occurred near dockerfile:174 during docker build. It says it ended with exit code 127, but I don't know what to reset. --------------------- error log ---------------- Container Image set...
When i try to run the command: ./buildContainerImage.sh -v 19.3.0 -e I am getting the following error: => ERROR [base 4/4] RUN chmod ug+x /opt/install/*.sh && sync && /opt/install/checkSpace.sh &&...
Files like https://github.com/oracle/docker-images/blob/main/OracleDatabase/SingleInstance/dockerfiles/buildContainerImage.sh check the host `arch` and fail on Apple Silicon unless 19c is used. To allow builds of other versions when colima is emulating x86_64, the buildContainerImage.sh checks...