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

Add Fedora 36 to the RID graph #57832

Merged
merged 2 commits into from
Aug 23, 2021
Merged

Add Fedora 36 to the RID graph #57832

merged 2 commits into from
Aug 23, 2021

Commits on Aug 20, 2021

  1. Add Fedora 36 to the RID graph

    Fedora 36 is under development:
    
        $ podman run -it registry.fedoraproject.org/fedora:rawhide /bin/cat /etc/os-release
        NAME="Fedora Linux"
        VERSION="36 (Container Image Prerelease)"
        ID=fedora
        VERSION_ID=36
        VERSION_CODENAME=""
        PLATFORM_ID="platform:f36"
        PRETTY_NAME="Fedora Linux 36 (Container Image Prerelease)"
        ANSI_COLOR="0;38;2;60;110;180"
        LOGO=fedora-logo-icon
        CPE_NAME="cpe:/o:fedoraproject:fedora:36"
        HOME_URL="https://fedoraproject.org/"
        DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/"
        SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help"
        BUG_REPORT_URL="https://bugzilla.redhat.com/"
        REDHAT_BUGZILLA_PRODUCT="Fedora"
        REDHAT_BUGZILLA_PRODUCT_VERSION=rawhide
        REDHAT_SUPPORT_PRODUCT="Fedora"
        REDHAT_SUPPORT_PRODUCT_VERSION=rawhide
        PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
        VARIANT="Container Image"
        VARIANT_ID=container
    
    I couldn't get the changes runtime.json to show up until I built with a custom
    target. I updated readme.md with that extra information too.
    omajid committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    1306f4b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    6c4a397 View commit details
    Browse the repository at this point in the history