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

Clean up problematic rpm macro, install skopeo package for centos9 #2292

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. examples/builder.yml: don't add definition for dist past el7

    This caused some really weird breakage where el8 was being set
    on el9 machines, and it's no longer necessary (I don't know why it
    was ever there)
    
    Signed-off-by: Dan Mick <[email protected]>
    dmick committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ea9f046 View commit details
    Browse the repository at this point in the history
  2. examples/builder.yml: add skopeo

    arguably we should fix 'epel_packages' because I think none of those
    are in epel anymore, but in this file it really means 'packages
    that are release-specific'
    
    Signed-off-by: Dan Mick <[email protected]>
    dmick committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    faa6fd5 View commit details
    Browse the repository at this point in the history