Skip to content

Commit

Permalink
Switch to using official Oracle Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Feb 6, 2025
1 parent 347fe8e commit 4bb25b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/install_oracle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/oracle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bb25b5

Please sign in to comment.