-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
Overview of the Issue
I want to install packer for centos 10 stream. I'm following the instructions for centos/rhel from https://developer.hashicorp.com/packer/install. but I get a 404 error.
0.800 Hashicorp Stable - x86_64 1.5 kB/s | 332 B 00:00
0.801 Errors during downloading metadata for repository 'hashicorp':
0.801 - Status code: 404 for https://rpm.releases.hashicorp.com/RHEL/10/x86_64/stable/repodata/repomd.xml (IP: 18.161.156.61)
0.812 Error: Failed to download metadata for repo 'hashicorp': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
------
Reproduction Steps
follow instructions as per https://developer.hashicorp.com/packer/install
"
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo yum -y install packer
"
Packer version
From 1.14.2
Operating system and Environment details
Centos 10 stream, but RHEL 10 will yield the same results.
pauronda-visma, arnoxit, jburgos115, ni920 and davidbernard04