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
37
37
### To build an image
38
38
39
39
* 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 />
41
41
<br /><b >Note</b > : <i >${image_tag} should be replaced with suitable tag as per your requirements/standards.</i >
42
42
43
43
### To save the image (Optional)
44
44
* Run docker save cd3toolkit:${image_tag} | gzip > cd3toolkit_ ${image_tag}.tar.gz
45
45
46
46
47
47
### 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>
49
49
* Run docker ps
50
50
* Run docker exec -it <container_id> bash
51
51
<br ><br >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ python -m pip install --user oci-cli
20
20
python -m pip install --user pycryptodomex==3.10.1
21
21
python -m pip install --user regex
22
22
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
24
24
python -m pip install --user xlrd==1.2.0
25
25
python -m pip install --user xlsxwriter==1.3.7
26
26
python -m pip install --user wget
You can’t perform that action at this time.
0 commit comments