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

[release-1.28] copier.Put(): clear up os/syscall mode bit confusion and bump to v1.28.1 #4428

Merged
merged 3 commits into from Nov 21, 2022

Commits on Nov 19, 2022

  1. retrofit, test: ubi8 changed architecture string

    Upstream has already stopped using ubi8, this is a backport branch stil
    using ubi8 so retrofit to use needed arch.
    
    Upstream has already stopped using ubi8 after: containers#4377
    
    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    6bc044d View commit details
    Browse the repository at this point in the history
  2. copier.Put(): clear up os/syscall mode bit confusion

    When noting that a non-symlink has setuid/setgid/sticky bits, switch
    from using "syscall" package bits and syscall.Chmod() to using "os"
    package bits and os.Chmod(), and if the item's a directory, record the
    updated mode information in the "directoryModes" map that we'll use to
    reset its permissions later.
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    Signed-off-by: Aditya R <arajan@redhat.com>
    nalind authored and flouthoc committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    ff08605 View commit details
    Browse the repository at this point in the history
  3. version: bump to v1.28.1

    Signed-off-by: Aditya R <arajan@redhat.com>
    flouthoc committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    9136e86 View commit details
    Browse the repository at this point in the history