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

[BZ #2083997] pod: build pause image in custom user NS #14232

Merged
merged 1 commit into from May 16, 2022

Commits on May 13, 2022

  1. [BZ #2083997] pod: build pause image in custom user NS

    Use the host UID and host GID mapping when building the local pause
    image for a Pod with a custom mapping.  Otherwise, the mappings are off
    and the build fails. Propagating the mapping to the build container is
    not needed since the pause image ships merely a copied `catatonit` from
    the host.
    
    Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2083997
    Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
    vrothberg committed May 13, 2022
    Configuration menu
    Copy the full SHA
    c45d518 View commit details
    Browse the repository at this point in the history