File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ Minimum requirement for the user to get started is to have the ability to read t
3737### To build an image
3838
3939* Change directory to cd3-automation-toolkit(i.e. the cloned repo in your local).
40- * Run docker build -t cd3toolkit:${image_tag} -f Dockerfile --pull --no-cache .<br />
40+ * Run docker build --platform linux/amd64 - t cd3toolkit:${image_tag} -f Dockerfile --pull --no-cache .<br />
4141<br /><b >Note</b > : <i >${image_tag} should be replaced with suitable tag as per your requirements/standards.</i >
4242
4343### To save the image (Optional)
4444* Run docker save cd3toolkit:${image_tag} | gzip > cd3toolkit_ ${image_tag}.tar.gz
4545
4646
4747### To run the CD3 container and exec into it
48- * Run docker run -it -d -v <path_in_local_system_where_the_files_must_be_generated>:/cd3user/tenancies <image_name>:<image_tag>
48+ * Run docker run --platform linux/amd64 - it -d -v <path_in_local_system_where_the_files_must_be_generated>:/cd3user/tenancies <image_name>:<image_tag>
4949* Run docker ps
5050* Run docker exec -it <container_id> bash
5151<br ><br >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ python -m pip install --user oci-cli
2020python -m pip install --user pycryptodomex==3.10.1
2121python -m pip install --user regex
2222python -m pip install --user pandas==1.1.5
23- python -m pip install --user openpyxl==3.0.5
23+ python -m pip install --user openpyxl==3.0.7
2424python -m pip install --user xlrd==1.2.0
2525python -m pip install --user xlsxwriter==1.3.7
2626python -m pip install --user wget
You can’t perform that action at this time.
0 commit comments