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
= Building a container disk image for {op-system-base} virtual machines
8
8
9
-
You can build a custom {op-system-base-full}8 OS image in `qcow2` format and use it to create a container disk image. You can store the container disk image in a registry that is accessible from your cluster and specify the image location in the `spec.param.vmContainerDiskImage` attribute of the DPDK checkup config map.
9
+
You can build a custom {op-system-base-full}9 OS image in `qcow2` format and use it to create a container disk image. You can store the container disk image in a registry that is accessible from your cluster and specify the image location in the `spec.param.vmContainerDiskImage` attribute of the DPDK checkup config map.
10
10
11
-
To build a container disk image, you must create an image builder virtual machine (VM). The _image builder VM_ is a {op-system-base}8 VM that can be used to build custom {op-system-base} images.
11
+
To build a container disk image, you must create an image builder virtual machine (VM). The _image builder VM_ is a {op-system-base}9 VM that can be used to build custom {op-system-base} images.
12
12
13
13
.Prerequisites
14
-
* The image builder VM must run {op-system-base} 8.7 and must have a minimum of 2 CPU cores, 4 GiB RAM, and 20 GB of free space in the `/var` directory.
15
-
* You have installed the image builder tool and its CLI (`composer-cli`) on the VM.
16
-
14
+
* The image builder VM must run {op-system-base} 9.4 and must have a minimum of 2 CPU cores, 4 GiB RAM, and 20 GB of free space in the `/var` directory.
15
+
* You have installed the image builder tool and its CLI (`composer-cli`) on the VM. For more information, see "Additional resources".
17
16
* You have installed the `virt-customize` tool:
18
17
+
19
18
[source,terminal]
20
19
----
21
-
# dnf install libguestfs-tools
20
+
# dnf install guestfs-tools
22
21
----
23
22
* You have installed the Podman CLI tool (`podman`).
24
23
25
24
.Procedure
26
25
27
-
. Verify that you can build a {op-system-base}8.7 image:
26
+
. Verify that you can build a {op-system-base}9.4 image:
28
27
+
29
28
[source,terminal]
30
29
----
@@ -37,7 +36,7 @@ To run the `composer-cli` commands as non-root, add your user to the `weldr` or
37
36
38
37
[source,terminal]
39
38
----
40
-
# usermod -a -G weldr user
39
+
# usermod -a -G weldr <user>
41
40
----
42
41
[source,terminal]
43
42
----
@@ -53,7 +52,7 @@ $ cat << EOF > dpdk-vm.toml
53
52
name = "dpdk_image"
54
53
description = "Image to use with the DPDK checkup"
0 commit comments