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
These came from updating the slides at Devconf.cz so people find
the same information going here to this page.
Signed-off-by: Stef Walter <[email protected]>
Copy file name to clipboardExpand all lines: projects.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ The Image Builder project can be used to convert bootable container images to di
15
15
16
16
*[bootc-image-builder on Github](https://github.com/osbuild/bootc-image-builder)
17
17
18
+
Packages and software should use the various standards that together work toward making an immutable and hermetic. Each of these work toward the same principles that make software behave better bootable contianers and containers in general.
19
+
20
+
*[UAPI: Linux Userspace API Group](https://uapi-group.org/)
21
+
*[Config file specification](https://uapi-group.org/specifications/specs/configuration_files_specification/), contribute to [Particle OS](https://0pointer.net/blog/fitting-everything-together.html)
22
+
* Use [systemd-sysusers](https://www.freedesktop.org/software/systemd/man/latest/systemd-sysusers.html) or [DynamicUser=yes](https://0pointer.net/blog/dynamic-users-with-systemd.html)
23
+
* RPM packaging: Move from `%post` to systemd units
24
+
18
25
The composefs, overlayfs, fs-verity and UKI provide the basic technology to pursue the trust chain work.
19
26
20
27
*[composefs on Github](https://github.com/containers/composefs)
@@ -26,11 +33,14 @@ Podman Desktop can be used to get started with bootable container images:
0 commit comments