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

Dev/tsweeney/b1.15.1 #2495

Merged
merged 6 commits into from
Jul 31, 2020

Commits on Jul 27, 2020

  1. Ignore OS X specific consistency mount option

    Per https://docs.docker.com/storage/bind-mounts/#configure-mount-consistency-for-macos
    this is just another way to specify the already ignored
    "cached" and "delegated" mount options.
    
    Signed-off-by: Marius Hoch <hoch.m00@gmail.com>
    mariushoch authored and TomSweeneyRedHat committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    36f8c92 View commit details
    Browse the repository at this point in the history
  2. Allow "readonly" as alias to "ro" in mount options

    Apparently docker supports this as well, see
    https://docs.docker.com/storage/volumes/#use-a-read-only-volume
    
    Signed-off-by: Marius Hoch <hoch.m00@gmail.com>
    mariushoch authored and TomSweeneyRedHat committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    b56af2b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Bump to v1.15.1

    As the title says.
    
    Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
    CtrlZvi authored and TomSweeneyRedHat committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    24c307c View commit details
    Browse the repository at this point in the history
  2. chroot: do not use setgroups if it is blocked

    if setgroups is blocked to set up the user namespace, do not attempt
    to use it to clear the additional groups.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe authored and TomSweeneyRedHat committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e9ed213 View commit details
    Browse the repository at this point in the history
  3. chroot, run: not fail on bind mounts from /sys

    some file systems under /sys might not be accessible to an
    unprivileged user.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe authored and TomSweeneyRedHat committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    4c52b9e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Mask over the /sys/fs/selinux in mask branch

    This is required so that the mount point shows up when buildah
    is vendored into Podman.
    
    Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
    Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
    rhatdan authored and TomSweeneyRedHat committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    cd67d69 View commit details
    Browse the repository at this point in the history