From a8830d078502de03709d6431a8b21decb57ec51c Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:11:52 +0200 Subject: [PATCH 1/2] Update users-and-groups.md --- docs/src/building/users-and-groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/building/users-and-groups.md b/docs/src/building/users-and-groups.md index deb1c51c1..1910464ce 100644 --- a/docs/src/building/users-and-groups.md +++ b/docs/src/building/users-and-groups.md @@ -230,7 +230,7 @@ However in contrast, the cockpit project allocates [a floating cockpit-ws user](https://gitlab.com/redhat/centos-stream/rpms/cockpit/-/blob/1909236ad28c7d93238b8b3b806ecf9c4feb7e46/cockpit.spec#L506). This means that each container image build (without additional work, unlike the -example at the begining of this section),may (due to RPM installation +example at the beginning of this section),may (due to RPM installation ordering or other reasons) result in the uid changing. This can be a problem if that user maintains persistent state. From e3262f440fa3ec773e8e153788849c5bb3c06b24 Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Sun, 15 Jun 2025 14:12:19 +0200 Subject: [PATCH 2/2] Update guidance.md --- docs/src/building/guidance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/building/guidance.md b/docs/src/building/guidance.md index 77fd6d520..4ee073106 100644 --- a/docs/src/building/guidance.md +++ b/docs/src/building/guidance.md @@ -135,7 +135,7 @@ is generic support for `/etc`. Some software supports generic configuration both `/usr` and `/etc` - systemd, among others. Because bootc supports *derivation* (the way OCI -containers work) - it is supported and encourged to put configuration +containers work) - it is supported and encouraged to put configuration files in `/usr` (instead of `/etc`) where possible, because then the state is consistently immutable.