canonical / rockcraft

Tool to create OCI Images using the language from Snapcraft and Charmcraft.
GNU General Public License v3.0
34 stars 42 forks source link

docs: add a guide for adding internal users to rocks #653

Closed linostar closed 1 month ago

linostar commented 2 months ago

Adding a new how-to guide that explains how to add an internal user or group (aside from _daemon_) inside a rock.

The method selected for that is by adding the user/group in override-build instead of doing it in overlay. This is because overlay won't work on rocks with bare bases.

linostar commented 1 month ago

@tigarmo This should be ready for merging.