Skip to content

Commit 41d32e0

Browse files
authored
Add --assessment-metadata-dir / --assessment-report-path flags in docker script to mount the volume inside container (#1461)
1 parent 1d248fe commit 41d32e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/yb-voyager-docker

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ volume_dirs=("--export-dir"
4242
"--source-ssl-key"
4343
"--source-ssl-root-cert"
4444
"--table-list-file-path"
45-
"--exclude-table-list-file-path")
45+
"--exclude-table-list-file-path"
46+
"--assessment-metadata-dir"
47+
"--assessment-report-path")
4648

4749
# Loop through the array and capture the environment variables
4850
for var_name in "${variables[@]}"; do

0 commit comments

Comments
 (0)