Skip to content

Oracle Database container image was NOT successfully created. #2449

@Rohittingare

Description

@Rohittingare

I am trying to create docker image for oracle but getting this error. Not able to understand what to do. Please help

`Loaded plugins: ovl
Cannot open: https://download.oracle.com/otn-pub/otn_software/db-express/oracle-database-xe-18c-1.0-1.x86_64.rpm. Skipping.
Error: Nothing to do
Removing intermediate container f367240d1f0a
The command '/bin/sh -c chmod ug+x $INSTALL_DIR/.sh && sync && $INSTALL_DIR/$CHECK_SPACE_FILE && cd $INSTALL_DIR && yum -y install expect openssl oracle-database-preinstall-18c && sed -i -e 's/(oracle\s+hard\s+nofile)/# \1/' /etc/security/limits.d/oracle-database-preinstall-18c.conf && unbuffer yum -y install $INSTALL_FILE_1 && yum -y remove expect && rm -rf /var/cache/yum && rm -rf /var/tmp/yum- && mkdir -p $ORACLE_BASE/scripts/setup && mkdir $ORACLE_BASE/scripts/startup && ln -s $ORACLE_BASE/scripts /docker-entrypoint-initdb.d && mkdir -p $ORACLE_BASE/oradata /home/oracle && chown -R oracle:oinstall $ORACLE_BASE /home/oracle && mv $INSTALL_DIR/$RUN_FILE $ORACLE_BASE/ && mv $INSTALL_DIR/$PWD_FILE $ORACLE_BASE/ && mv $INSTALL_DIR/$CHECK_DB_FILE $ORACLE_BASE/ && mv $INSTALL_DIR/$CONF_FILE /etc/sysconfig/ && ln -s $ORACLE_BASE/$PWD_FILE / && cd $HOME && rm -rf $INSTALL_DIR && chmod ug+x $ORACLE_BASE/*.sh' returned a non-zero code: 1

ERROR: Oracle Database container image was NOT successfully created.
ERROR: Check the output and correct any reported problems with the build operation.`

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions