File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
packages : read
56
56
57
57
container :
58
- image : ghcr.io/hello-nrfcloud/firmware: docker-v1.0.3
58
+ image : ghcr.io/nordicsemiconductor/asset-tracker-template:test- docker-v1.0.0
59
59
options : --privileged
60
60
volumes :
61
61
- /dev:/dev:rw
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ NOTE: The tests have been tested on Ubuntu 22.04. For details on how to install
6
6
7
7
### Setup docker
8
8
``` shell
9
- docker pull ghcr.io/hello-nrfcloud/firmware: docker-v1.0.3
9
+ docker pull ghcr.io/nordicsemiconductor/asset-tracker-template:test- docker-v1.0.0
10
10
cd < path_to_att_dir>
11
11
docker run --rm -it \
12
12
--privileged \
13
13
-v /dev:/dev:rw \
14
14
-v /run/udev:/run/udev \
15
15
-v .:/work/asset-tracker-template \
16
16
-v /opt/setup-jlink:/opt/setup-jlink \
17
- ghcr.io/hello-nrfcloud/firmware: docker-v1.0.3 \
17
+ ghcr.io/nordicsemiconductor/asset-tracker-template:test- docker-v1.0.0 \
18
18
/bin/bash
19
19
cd asset-tracker-template/tests/on_target
20
20
```
You can’t perform that action at this time.
0 commit comments