Skip to content

RPM repo returns 404 for RHEL 10 / AlmaLinux 10 ($releasever=10) despite #36804 resolution #38286

@metacogni

Description

@metacogni

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 404

For comparison, RHEL 9 also returns 404:

curl -I https://rpm.releases.hashicorp.com/RHEL/9/x86_64/stable/ # HTTP/2 404

Expected 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions