Skip to content

Commit

Permalink
Oracle GoldenGate on Docker (oracle#1032)
Browse files Browse the repository at this point in the history
- Tested with Oracle GoldenGate 18.1.0.0.0

Signed-off-by: Stephen Balousek <[email protected]>
  • Loading branch information
sbalousek authored and Djelibeybi committed Oct 30, 2018
1 parent 50e2860 commit 6b70ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions OracleGoldenGate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ This project provides a Dockerfile tested with:
- Oracle GoldenGate 12.2.0.1.1 for Oracle
- Oracle GoldenGate 12.3.0.1.4 for Oracle
- Oracle GoldenGate 12.3.0.1.4 Microservices for Oracle
- Oracle GoldenGate 18.1.0.0.0 for Oracle
- Oracle GoldenGate 18.1.0.0.0 Microservices for Oracle

To build the images, use the [dockerBuild.sh](dockerBuild.sh) script or follow the instructions for manually building an image.

Expand Down
1 change: 0 additions & 1 deletion OracleGoldenGate/runOracleGoldenGate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function initSSL {
chown oracle:oinstall ${OGG_DEPLOY_BASE}/ssl
${runAsUser} mkdir -p ${OGG_DEPLOY_BASE}/ssl/${HOSTNAME} 2>/dev/null || return 1
${orapki} wallet create -wallet ${OGG_DEPLOY_BASE}/ssl/${HOSTNAME} -pwd "${OGG_WALLET_PWD}" -auto_login
${orapki} wallet add -wallet ${OGG_DEPLOY_BASE}/ssl/${HOSTNAME} -pwd "${OGG_WALLET_PWD}" -dn "CN=${HOSTNAME},${CommonOU}" -keysize 2048 -self_signed -validity 7300
${orapki} wallet add -wallet ${OGG_DEPLOY_BASE}/ssl/${HOSTNAME} -pwd "${OGG_WALLET_PWD}" -dn "CN=${deploymentName},${CommonOU}" -keysize 2048 -self_signed -validity 7300

chmod 644 ${nginxCert}
Expand Down

0 comments on commit 6b70ebd

Please sign in to comment.