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.51] Backport ignore chown errors in additionalimagestore #1990

Commits on Jun 27, 2024

  1. [release-1.51] overlay: replace rmdir with rename

    instead of removing the "merged" directory, replace it with a fresh
    empty directory so that we can assume "merged" is always present and
    there is no need to recreate it.
    
    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe authored and TomSweeneyRedHat committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a89e91c View commit details
    Browse the repository at this point in the history
  2. [release-1.51] overlay: ignore idtools.MkdirAllAs(diffDir) errors

    ignore errors creating and chowning the diffDiff if it is in an
    additional image store.
    
    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe authored and TomSweeneyRedHat committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f538ebb View commit details
    Browse the repository at this point in the history
  3. [release-1.51] overlay: create the merged path only if it does not exist

    follow-up for ccb70a7
    
    more information here: containers#1827 (comment)
    
    Addresses: https://issues.redhat.com/browse/ACCELFIX-244
    
    Signed-off-by: Giuseppe Scrivano <[email protected]>
    Signed-off-by: tomsweeneyredhat <[email protected]>
    giuseppe authored and TomSweeneyRedHat committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0762e5a View commit details
    Browse the repository at this point in the history
  4. [release-1.51] Bump lint and address lint issue

    Bump lint in the test area to 1.55.2 and then address an
    append that's causing lint heartache.
    
    Signed-off-by: tomsweeneyredhat <[email protected]>
    TomSweeneyRedHat committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    62c81b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. [release-1.51] Bump to v1.51.1

    As the title says.  In preparation for
    https://issues.redhat.com/browse/ACCELFIX-244
    
    Signed-off-by: tomsweeneyredhat <[email protected]>
    TomSweeneyRedHat committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4a94de7 View commit details
    Browse the repository at this point in the history