Skip to content

Commit 4f75b50

Browse files
committed
chore(docs):[#511] add image build step
1 parent dc5475e commit 4f75b50

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

INSTALL.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,22 @@ git fetch origin
3030
git checkout -b chore/trace-x-integration origin/chore/trace-x-integration
3131
```
3232

33+
Build the required images for Idp and IATP mock.
34+
35+
#### Powershell
36+
```powershell
37+
& minikube -p minikube docker-env --shell powershell | Invoke-Expression
38+
docker build init-container/ -t init-container:testing
39+
docker build iatp-mock/ -t tractusx/iatp-mock:testing --platform linux/amd64
40+
```
41+
42+
#### Bash
43+
```bash
44+
eval $(minikube docker-env)
45+
docker build init-container/ -t init-container:testing
46+
docker build iatp-mock/ -t tractusx/iatp-mock:testing --platform linux/amd64
47+
```
48+
3349
Install the umbrella chart using the [values-adopter-trace-x.yaml](https://github.com/eclipse-tractusx/tractus-x-umbrella/blob/chore/trace-x-integration/charts/umbrella/values-adopter-trace-x.yaml)
3450

3551
```

0 commit comments

Comments
 (0)