From 4bb25b55864c93964fbac5ac0f69934975eef143 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Thu, 6 Feb 2025 20:20:22 +0100 Subject: [PATCH] Switch to using official Oracle Docker image --- scripts/ci/install_oracle.sh | 2 +- scripts/ci/oracle.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/install_oracle.sh b/scripts/ci/install_oracle.sh index 1ae4da15a..e3a304b83 100755 --- a/scripts/ci/install_oracle.sh +++ b/scripts/ci/install_oracle.sh @@ -3,7 +3,7 @@ # source ${SOCI_SOURCE_DIR}/scripts/ci/common.sh -docker run --name ${ORACLE_CONTAINER} --detach --publish 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g-r2 +docker run --name ${ORACLE_CONTAINER} --detach --publish 1521:1521 -e ORACLE_PASSWORD="VerySecure" gvenzl/oracle-free echo 'Waiting for Oracle startup...' num_tries=1 diff --git a/scripts/ci/oracle.sh b/scripts/ci/oracle.sh index e7c0d4653..1b36ee931 100644 --- a/scripts/ci/oracle.sh +++ b/scripts/ci/oracle.sh @@ -6,7 +6,7 @@ # the other files. # This is arbitrary. -export ORACLE_CONTAINER=oracle-11g +export ORACLE_CONTAINER=oracle-free # We use the same name for the path inside and outside the container. export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe