You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/refinfra-quick-start/environment-setup-1.md
+48-32Lines changed: 48 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,28 +39,30 @@ repo version
39
39
The output looks like this:
40
40
41
41
```output
42
+
/usr/bin/repo:681: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
43
+
now = datetime.datetime.utcnow()
42
44
<repo not installed>
43
-
repo launcher version 2.17
45
+
repo launcher version 2.36
44
46
(from /usr/bin/repo)
45
-
git 2.34.1
46
-
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
47
-
OS Linux 6.2.0-1009-aws (#9~22.04.3-Ubuntu SMP Tue Aug 1 21:11:51 UTC 2023)
Create a new directory in to which you can download the source code, build the stack, and then obtain the manifest file.
55
57
56
-
To obtain the manifest, choose a tag of the platform reference firmware. [RD-INFRA-2023.09.29](https://neoverse-reference-design.docs.arm.com/en/latest/releases/RD-INFRA-2023.09.29/release_note.html) is used here, although it is recommended to use the latest version available. See the [release notes](https://neoverse-reference-design.docs.arm.com/en/latest/) for more information.
58
+
To obtain the manifest, choose a tag of the platform reference firmware. [RD-INFRA-2025.07.03](https://neoverse-reference-design.docs.arm.com/en/latest/releases/RD-INFRA-2025.07.03/release_note.html) is used here, although it is recommended to use the latest version available. See the [release notes](https://neoverse-reference-design.docs.arm.com/en/latest/) for more information.
57
59
58
60
Specify the platform you would like with the manifest. In the [manifest repo](https://git.gitlab.arm.com/infra-solutions/reference-design/infra-refdesign-manifests) there are a number of available platforms. In this case, select `pinned-rdn2.xml`.
rdinfra-builder latest 8729adb0b96c8 minutes ago 3.07GB
199
+
rdinfra-builder latest e11c8e27a4c67 days ago 8.12GB
190
200
ubuntu jammy-20230624 5a81c4b8502e 6 months ago 77.8MB
191
201
```
192
202
193
203
The appearance of the output is like a standard ubuntu container based on the latest release with the rdinfra-builder container built on top. Let's run and enter the container:
0 commit comments