Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libpod: support idmap for --rootfs #17274

Merged
merged 4 commits into from
Feb 3, 2023

Commits on Feb 1, 2023

  1. vendor: update containers/storage

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    427d69c View commit details
    Browse the repository at this point in the history
  2. libpod: use GraphRoot for overlay upper dir

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0e949bf View commit details
    Browse the repository at this point in the history
  3. utils: new conversion method

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    cbb45a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. libpod: support idmap for --rootfs

    add a new option idmap to --rootfs that works in the same way as it
    does for volumes.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2bb4c7c View commit details
    Browse the repository at this point in the history