Skip to content

Commit 8168de2

Browse files
authored
Merge pull request #19 from oracle-devrel/develop
Develop
2 parents 2908659 + 29e0326 commit 8168de2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

cd3_automation_toolkit/shell_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python -m pip install --user oci-cli
2020
python -m pip install --user pycryptodomex==3.10.1
2121
python -m pip install --user regex
2222
python -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
2424
python -m pip install --user xlrd==1.2.0
2525
python -m pip install --user xlsxwriter==1.3.7
2626
python -m pip install --user wget

0 commit comments

Comments
 (0)