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

https://github.com/oracle/docker-images/blob/6bec7df09a89825bf8fed88777d4e734e83ae37d/OracleWebLogic/dockerfiles/12.2.1.4/container-scripts/createAndStartEmptyDomain.sh#L67 The start script does not yield control and runs in foreground, thus, the code below will only get executed, once the script becomes terminated. Guess that is not the...

weblogic

Hello, I am having issue with the docker image on Ubuntu 20.x Until this week, I was working on a WIN20+WSL2 but I was asked to start working on a...

question
database

here are the steps to reproduce the issue **docker run --name oracle19c -p 1521:1521 -p 5500:5500 -e ORACLE_PDB=orcl -e ORACLE_PWD=PssW0rd -e ORACLE_MEM=4000 -v /mnt/d/Docker/volumes/oracle:/opt/oracle/oradata -d oracle/database:19.3.0-ee** Wait until the database...

database

Recently I built an Oracle Database 21c (21.3.0) Express Edition container image, and got 77 vulnerability findings, including those related to org.apache.logging.log4j_log4j-core 2.13.3, with the corresponding vulnerabilities of CVE-2021-44228, CVE-2021-44832,...

database

Good morning. When I run the ./buildDockerImage.sh script the error is showed on Java step. Set- WebLogic's Version 12.2.1.3 Set- Distribution:Generic Version= 12.2.1.3 Distribution= generic Checking if required packages are...

After building the docker image for 19.3.0-ee it is not possible to install database instance by "docker run" because: - Script $ORACLE_HOME/dbca uses a fixed ORACLE_HOME "/u01/app/oracle/product/19.0.0/dbhome_1" - the real...

database
more-info-required

``` /test/docker-images/OracleDatabase/SingleInstance/dockerfiles$ ./buildContainerImage.sh -v 21.3.0 -x Checking Docker version. Ignored MD5 checksum. ========================== Container runtime info: Client: Context: default Debug Mode: false Server: Containers: 0 Running: 0 Paused: 0 Stopped:...

database
more-info-required

The oraclelinux:7-slim base image (pulled today 06/06/2022) is scanning and showing 45 vulnerabilities in a harbor scan (all show as fixable). Once the 19.3.0 db is built from this base,...

We have a build process where as part of our application upgrade, we also upgrade the database (same version), using an updated oracle image. We build the image as part...

database
more-info-required

The database file has been persisted, But when the pod is evicted, access to the database fails. [oracle@ora12201-1-oracle-db-c965786df-fbgd7 /]$ sqlplus sys/[email protected]:1521/db0 as sysdba SQL*Plus: Release 12.2.0.1.0 Production on Wed Sep...

database
more-info-required