containers / podman-desktop-extension-bootc

Support for bootable OS containers (bootc) and generating disk images
Apache License 2.0
406 stars 14 forks source link

feat: add chown (linux only) #695

Closed cdrage closed 1 month ago

cdrage commented 1 month ago

feat: add chown (linux only)

What does this PR do?

Screenshot / video of UI

Screenshot 2024-07-31 at 2 42 38 PM

What issues does this PR fix or reference?

Closes https://github.com/containers/podman-desktop-extension-bootc/issues/472

How to test this PR?

  1. Be on Linux
  2. Build an image
  3. See that it is chown (ex. ls -l /outputdir)

Signed-off-by: Charlie Drage charlie@charliedrage.com

cdrage commented 1 month ago

FYI based on https://github.com/containers/podman-desktop-extension-bootc/pull/684 since it requires certain Linux features to be in for this to work.

cdrage commented 1 month ago

~Update: Fixing a test, but otherwise ready for review 👍~ Fixed!

cdrage commented 1 month ago

@deboer-tim added chown detection / fill in with a new commit