Skip to content

Commit bd50926

Browse files
authored
Merge pull request #3463 from Arnaud-de-Grandmaison-ARM/cca-images-update
[CCA] Update docker images for various learning paths.
2 parents 73c6ecb + 30b946c commit bd50926

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

content/learning-paths/servers-and-cloud-computing/cca-device-attach/4.lab-observe-bounce-buffers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ In this exercise, you’ll run the CCA Key Broker demo inside a Realm and use ke
1515
Pull the Docker container image with the pre-built KBS, and run the container:
1616

1717
```bash
18-
docker pull armswdev/cca-learning-path:cca-key-broker-v2
19-
docker run --rm -it armswdev/cca-learning-path:cca-key-broker-v2
18+
docker pull armlimited/cca-learning-path:cca-key-broker-v4
19+
docker run --rm -it armlimited/cca-learning-path:cca-key-broker-v4
2020
```
2121

2222
List network interfaces:
@@ -62,8 +62,8 @@ which you will run the Key Broker Client (KBC). The intent is to confirm that th
6262
Pull the Docker container image with the pre-built KBC, and then run the container:
6363

6464
```bash
65-
docker pull armswdev/cca-learning-path:cca-simulation-v2
66-
docker run --rm -it armswdev/cca-learning-path:cca-simulation-v2
65+
docker pull armlimited/cca-learning-path:cca-simulation-v4
66+
docker run --rm -it armlimited/cca-learning-path:cca-simulation-v4
6767
```
6868

6969
Launch the Arm CCA prebuilt binaries on the FVP:

content/learning-paths/servers-and-cloud-computing/cca-essentials/example.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The KBS in this Learning Path is part of the [Veraison](https://github.com/verai
2121
First, pull the docker container image with the pre-built KBS, and then run the container:
2222

2323
```bash
24-
docker pull armswdev/cca-learning-path:cca-key-broker-v2
25-
docker run --rm -it armswdev/cca-learning-path:cca-key-broker-v2
24+
docker pull armlimited/cca-learning-path:cca-key-broker-v4
25+
docker run --rm -it armlimited/cca-learning-path:cca-key-broker-v4
2626
```
2727

2828
Now within your running docker container, get a list of network interfaces:
@@ -66,12 +66,12 @@ With the Key Broker Server running in one terminal, open up a new terminal in wh
6666
In the new terminal that you have just opened, pull the docker container image that contains the FVP and pre-built software binaries to run the Key Broker Client in a realm.
6767

6868
```bash
69-
docker pull armswdev/cca-learning-path:cca-simulation-v2
69+
docker pull armlimited/cca-learning-path:cca-simulation-v4
7070
```
7171

7272
Now run the docker container:
7373
```bash
74-
docker run --rm -it armswdev/cca-learning-path:cca-simulation-v2
74+
docker run --rm -it armlimited/cca-learning-path:cca-simulation-v4
7575
```
7676

7777
Within your running container, launch the `run-cca-fvp.sh` script to run the Arm CCA pre-built binaries on the FVP:

content/learning-paths/servers-and-cloud-computing/cca-kata/flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ With the Trustee services running in one terminal, open a second terminal for th
149149
Pull the pre-built FVP container image and run it on the same Docker network:
150150

151151
```bash
152-
docker pull armswdev/cca-learning-path:cca-simulation-with-kata-v3
152+
docker pull armlimited/cca-learning-path:cca-simulation-with-kata-v4
153153
```
154154
```bash
155-
docker run --rm -it --network cca-trustee armswdev/cca-learning-path:cca-simulation-with-kata-v3
155+
docker run --rm -it --network cca-trustee armlimited/cca-learning-path:cca-simulation-with-kata-v4
156156
```
157157

158158
Inside your running container, launch the `run-cca-fvp.sh` script to run the Arm CCA pre-built binaries on the FVP:

content/learning-paths/servers-and-cloud-computing/cca-trustee/flow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ With the Trustee Services running in one terminal, open up a new terminal in whi
8888
Pull the Docker image with the pre-built FVP, and then run the container connected to the same Docker network:
8989

9090
```bash
91-
docker pull armswdev/cca-learning-path:cca-simulation-v2
91+
docker pull armlimited/cca-learning-path:cca-simulation-v4
9292
```
9393
```bash
94-
docker run --rm -it --network cca-trustee armswdev/cca-learning-path:cca-simulation-v2
94+
docker run --rm -it --network cca-trustee armlimited/cca-learning-path:cca-simulation-v4
9595
```
9696

9797
Within your running container, launch the `run-cca-fvp.sh` script to run the Arm CCA pre-built binaries on the FVP:
@@ -285,7 +285,7 @@ Configuration [none]: no claim being made
285285
Executables [affirming]: recognized and approved boot-time
286286
File System [none]: no claim being made
287287
Hardware [affirming]: genuine
288-
Runtime Opaque [none]: no claim being made
288+
Runtime Opaque [affirming]: memory encryption
289289
Storage Opaque [none]: no claim being made
290290
Sourced Data [none]: no claim being made
291291
```

0 commit comments

Comments
 (0)