Skip to content

Commit ce2c350

Browse files
committed
Updated repo name
1 parent 5ee2820 commit ce2c350

File tree

1 file changed

+1
-1
lines changed
  • OracleDatabase/SingleInstance/extensions/sharding

1 file changed

+1
-1
lines changed

OracleDatabase/SingleInstance/extensions/sharding/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN if test -e "$ORACLE_BASE/$RUN_FILE.orig"; then EXTN='extended'; else EXTN='o
6161
mv "$ORACLE_BASE/$RUN_FILE" "$ORACLE_BASE/$RUN_FILE.$EXTN"
6262

6363
# Copy updated scripts for sharding support
64-
COPY --chown=oracle:dba --from=downloader /tmp/db-sharding-master/docker-based-sharding-deployment/dockerfiles/${BASE_IMAGE_VERSION}/scripts/* $ORACLE_BASE/scripts/sharding/
64+
COPY --chown=oracle:dba --from=downloader /tmp/db-sharding-master/container-based-sharding-deployment/containerfiles/${BASE_IMAGE_VERSION}/scripts/* $ORACLE_BASE/scripts/sharding/
6565
RUN mv "$ORACLE_BASE/scripts/sharding/$RUN_FILE" "$ORACLE_BASE/$RUN_FILE.$EXTENSION_NAME"
6666

6767
# Set perms and append a call to main runOracle

0 commit comments

Comments
 (0)