I am trying to install Packer on a RHEL 8 instance (AWS) and keep getting the following error…
[ec2-user@ip- ~]$ sudo yum install -y yum-utils
/usr/lib/python3.6/site-packages/requests/init.py:91: RequestsDependencyWarning: urllib3 (1.26.7) or chardet (3.0.4) doesn’t match a supported version!
RequestsDependencyWarning)
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Hashicorp Stable - x86_64
Errors during downloading metadata for repository ‘hashicorp’:
- Status code: 404 for https://rpm.releases.hashicorp.com/fedora/8/x86_64/stable/repodata/repomd.xml (IP: 151.101.130.49)
Error: Failed to download metadata for repo ‘hashicorp’: Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[ec2-user@ip- ~]$
This almost seems as if there is an issue on the HashiCorp side, but I am not 100% sure. Any assistance here would be greatly appreciated.
Cheers,
Ray