We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bf38b commit 4cfb9d2Copy full SHA for 4cfb9d2
01-build.sh
@@ -99,7 +99,7 @@ fi
99
# Retain the DBUA to allow DB patching. See https://github.com/oracle/docker-images/issues/1187
100
if [[ $ALLOW_DB_PATCHING =~ (Y|y) ]]; then
101
echo "##### Preventing removal of DBUA #####"
102
- find dockerfiles -name installDBBinaries.sh -exec sed $SED_OPTS "s|^(rm.+dbua.+)$|#\1|g" {} \;
+ find dockerfiles -name installDBBinaries.sh -exec sed $SED_OPTS "s|^(\s*?rm.+ORACLE_HOME.+)$|#\1|g" {} \;
103
fi
104
105
echo "##### Building Docker Image for Oracle Database ${DB_VERSION} ${DB_EDITION} #####"
0 commit comments