-
Notifications
You must be signed in to change notification settings - Fork 10.3k
RPM repo returns 404 for RHEL 10 / AlmaLinux 10 ($releasever=10) despite #36804 resolution #38286
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
Description
The HashiCorp RPM repository at https://rpm.releases.hashicorp.com/RHEL/10/x86_64/stable/ returns HTTP 404.
This affects AlmaLinux 10.1 (and presumably RHEL 10) where $releasever resolves to 10.
Steps to reproduce
On an AlmaLinux 10.1 system:
rpm -E %rhel
# Output: 10
sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo dnf install terraform
# Error: Failed to synchronize cache for repo 'hashicorp'Direct URL check:
curl -I https://rpm.releases.hashicorp.com/RHEL/10/x86_64/stable/
# HTTP/2 404For comparison, RHEL 9 also returns 404:
curl -I https://rpm.releases.hashicorp.com/RHEL/9/x86_64/stable/
# HTTP/2 404Expected behavior
The RPM repository should serve packages for RHEL 10 (and ideally RHEL 9) at the documented URL path.
Context
Issue #36804 (CentOS 10 repo support) was closed as completed on 2026-02-06, but the RHEL 10 path is still not available as of 2026-03-18.
Environment
- OS: AlmaLinux 10.1 (Heliotrope Lion)
- Architecture: x86_64 (GCP Compute Engine)
rpm -E %rhel= 10- Terraform version needed: 1.14.7
Workaround
Binary download from https://releases.hashicorp.com/terraform/ works correctly. We are using that as our installation method.
Reactions are currently unavailable