Skip to content

Commit a8d1ceb

Browse files
authored
Add more links to where to contribute (#15)
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]>
1 parent 253cab5 commit a8d1ceb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

projects.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ The Image Builder project can be used to convert bootable container images to di
1515

1616
* [bootc-image-builder on Github](https://github.com/osbuild/bootc-image-builder)
1717

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+
1825
The composefs, overlayfs, fs-verity and UKI provide the basic technology to pursue the trust chain work.
1926

2027
* [composefs on Github](https://github.com/containers/composefs)
@@ -26,11 +33,14 @@ Podman Desktop can be used to get started with bootable container images:
2633

2734
* [Podman Desktop bootc extension](https://github.com/containers/podman-desktop-extension-bootc)
2835

29-
Linux distributions like Bluefin and more broadly the Universal Blue project are pursuing this today.
36+
Linux workstation distributions like Bluefin and more broadly the Universal Blue project are pursuing this today.
3037

3138
* [Project Bluefin](https://projectbluefin.io/)
3239
* [Universal Blue](https://universal-blue.org/)
3340

3441
There are proposals in Fedora to implement bootable container images as an image mode for the operating system.
3542

43+
* [Fedora bootc images](https://docs.fedoraproject.org/en-US/bootc)
3644
* [Fedora change proposal](https://fedoraproject.org/wiki/Changes/OstreeNativeContainerStable)
45+
* [Fedora change Sysusers](https://fedoraproject.org/wiki/Changes/SystemdSysusers)
46+
* [Fedora change zstd:chunked](https://fedoraproject.org/wiki/Changes/zstd:chunked)

0 commit comments

Comments
 (0)