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

RHEL: Do not pull rootless CNI infra image, and instead request that user build it. #8671

Merged

Commits on Dec 9, 2020

  1. Correct port range logic for port generation

    The existing logic (Range > 0) always triggered, because range is
    guaranteed to be at least 1 (a single port has a range of 1, a
    two port range (e.g. 80-81) has a range of 2, and so on). As such
    this could cause ports that had a host port assigned to them by
    the user to randomly assign one instead.
    
    Fixes containers#8650
    Fixes containers#8651
    
    Signed-off-by: Matthew Heon <mheon@redhat.com>
    mheon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    26b3357 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Do not pull rootless CNI infra image

    Instead, we want to advise users to manually build the image. We
    cannot distribute the existing image for RHEL 8.3.1, and the
    feature will be tech preview, so this degraded user experience
    will have to be sufficient until we can get a better solution in
    place.
    
    Ref: https://issues.redhat.com/browse/RUN-1127
    
    Please note that this is a RHEL only change and should not be
    included in non-RHEL branches.
    
    Signed-off-by: Matthew Heon <mheon@redhat.com>
    mheon committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    4007554 View commit details
    Browse the repository at this point in the history