File tree 7 files changed +13
-13
lines changed
all-clusters-minimal-app/ameba
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 36
36
if : github.actor != 'restyled-io[bot]'
37
37
38
38
container :
39
- image : ghcr.io/project-chip/chip-build-ameba:4
39
+ image : ghcr.io/project-chip/chip-build-ameba:9
40
40
options : --user root
41
41
42
42
steps :
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ The CHIP demo application is supported on
27
27
28
28
- Pull docker image:
29
29
30
- $ docker pull ghcr.io/project-chip/chip-build-ameba:4
30
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:9
31
31
32
32
- Run docker container:
33
33
34
- $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:4
34
+ $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:9
35
35
36
36
- Setup build environment:
37
37
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ The CHIP demo application is supported on
27
27
- Pull docker image:
28
28
29
29
```
30
- $ docker pull ghcr.io/project-chip/chip-build-ameba:4
30
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:9
31
31
```
32
32
33
33
- Run docker container:
34
34
35
35
```
36
- $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:4
36
+ $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:9
37
37
```
38
38
39
39
- Setup build environment:
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ The CHIP demo application is supported on
26
26
27
27
- Pull docker image:
28
28
29
- $ docker pull ghcr.io/project-chip/chip-build-ameba:4
29
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:9
30
30
31
31
- Run docker container:
32
32
33
- $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:4
33
+ $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:9
34
34
35
35
- Setup build environment:
36
36
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ The CHIP demo application is supported on
23
23
24
24
- Pull docker image:
25
25
26
- $ docker pull ghcr.io/project-chip/chip-build-ameba:4
26
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:9
27
27
28
28
- Run docker container:
29
29
30
- $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:4
30
+ $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:9
31
31
32
32
- Setup build environment:
33
33
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ A prototype application that demonstrates OTA Requestor capabilities.
6
6
7
7
- Pull docker image:
8
8
9
- $ docker pull ghcr.io/project-chip/chip-build-ameba:4
9
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:9
10
10
11
11
- Run docker container:
12
12
13
- $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:4
13
+ $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:9
14
14
15
15
- Setup build environment:
16
16
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ following features are available:
31
31
32
32
- Pull docker image:
33
33
34
- $ docker pull ghcr.io/project-chip/chip-build-ameba:4
34
+ $ docker pull ghcr.io/project-chip/chip-build-ameba:9
35
35
36
36
- Run docker container:
37
37
38
- $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:4
38
+ $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:9
39
39
40
40
- Setup build environment:
41
41
You can’t perform that action at this time.
0 commit comments