This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ClusterAPI.imageBuilder/REMOVED/packer/azure/rhel-8.json

12 lines
377 B
JSON
Raw Normal View History

2023-02-22 21:24:42 +01:00
{
"build_name": "rhel-8",
"distribution": "rhel",
"distribution_release": "rhel-8",
"distribution_version": "8",
"epel_rpm_gpg_key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8",
"image_offer": "RHEL",
"image_publisher": "RedHat",
"image_sku": "8_7",
"redhat_epel_rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
}