podman: remove subuid/subgid creation from sysext#3043
Merged
tormath1 merged 2 commits intoflatcar:mainfrom Jul 25, 2025
invis-z:podman-subid
Merged
podman: remove subuid/subgid creation from sysext#3043tormath1 merged 2 commits intoflatcar:mainfrom invis-z:podman-subid
tormath1 merged 2 commits intoflatcar:mainfrom
invis-z:podman-subid
Conversation
Following what was done for incus. Removes the subuid/gid from sysext.
Adding subuid/subgid could be done through Ignition:
```yaml
version: 1.1.0
variant: flatcar
storage:
files:
- path: /etc/subuid
append:
- inline: |
core:1065536:65536
- path: /etc/subgid
append:
- inline: |
core:1065536:65536
```
Related: flatcar/Flatcar#1733
krnowak
approved these changes
Jun 26, 2025
|
Hi. I'm trying to add users to It would be great to get this merged fairly soon. |
Contributor
|
Thanks @invis-z for your contribution and sorry for the delay here, the PR is approved and I will merge it right now. As it can be breaking for some users, I will not yet backport it to maintenance channels. I don't expect it to break existing workloads as the shipped subuid/subgid will stay in place inside |
|
Build action triggered: https://github.com/flatcar/scripts/actions/runs/16517073597 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following what was done for incus in #3028 . Removes the subuid/gid from sysext.
Adding subuid/subgid could be done through Ignition:
Related: flatcar/Flatcar#1733
changelog/directory (user-facing change, bug fix, security fix, update)/bootand/usrsize, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.