rdkcentral / BundleGen

A command-line tool to convert OCI Images into extended OCI Bundles for use with the Dobby container manager.
Apache License 2.0
5 stars 32 forks source link

When creating tarball, use real uid/gid if running in user namespace #64

Closed TeknoVenus closed 2 years ago

TeknoVenus commented 2 years ago

If the container is configured to run with user namespacing, resolve the real uid/gid when creating the tarball so permissions are set correctly.