Commit 122e28d 1 parent 72facfa commit 122e28d Copy full SHA for 122e28d
File tree 2 files changed +6
-1
lines changed
developer-guide/02-projects/osbuild-composer
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ $ podman machine set --rootful
25
25
$ podman machine start
26
26
```
27
27
28
+ ## ✍ Prerequisites
29
+
30
+ The package ` osbuild-selinux ` or equivalent osbuild SELinux policies must be installed in the system running
31
+ ` bootc-image-builder ` .
32
+
28
33
## 🚀 Examples
29
34
30
35
The following example builds a ` centos-bootc:stream9 ` bootable container into a QCOW2 image for the architecture you're running
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ The requirements for this project are:
68
68
69
69
At build-time, the following software is required:
70
70
71
- * ` go >= 1.20 `
71
+ * ` go >= 1.21 `
72
72
* ` python-docutils >= 0.13 `
73
73
* ` krb5-devel ` for fedora/rhel or ` libkrb5-dev ` for debian/ubuntu`
74
74
* ` btrfs-progs-devel ` for fedora/rhel or ` libbtrfs-dev ` for debian/ubuntu
You can’t perform that action at this time.
0 commit comments