Test dependencies
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-02-22 21:24:42 +01:00
commit f2b0a5e7c7
429 changed files with 20330 additions and 0 deletions

11
packer/azure/rhel-8.json Normal file
View File

@@ -0,0 +1,11 @@
{
"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"
}