Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS 10 repo support #36804

Open
gchait opened this issue Mar 31, 2025 · 1 comment
Open

CentOS 10 repo support #36804

gchait opened this issue Mar 31, 2025 · 1 comment
Labels
enhancement new new issue not yet triaged

Comments

@gchait
Copy link

gchait commented Mar 31, 2025

Terraform Version

N/A

Terraform Configuration Files

From the Install docs.

Debug Output

$ curl -so /dev/null -w "%{http_code}\n" https://rpm.releases.hashicorp.com/RHEL/9/x86_64/stable/repodata/repomd.xml
200
$ curl -so /dev/null -w "%{http_code}\n" https://rpm.releases.hashicorp.com/RHEL/10/x86_64/stable/repodata/repomd.xml
404

Expected Behavior

Installing on CentOS Stream 10 should work OOTB without tweaking the repo file to 9 manually.

Actual Behavior

Nothing RHEL 10-like is taken into account yet.

Steps to Reproduce

Install on CentOS/RHEL 10 using the Install docs.

Additional Context

No response

References

No response

Generative AI / LLM assisted development?

No response

@gchait gchait added bug new new issue not yet triaged labels Mar 31, 2025
@crw crw added enhancement and removed bug labels Mar 31, 2025
@crw
Copy link
Contributor

crw commented Mar 31, 2025

Thanks for this report. OS support is managed centrally. https://www.hashicorp.com/en/official-packaging-guide is the official list of supported OS versions. When support for this is in the build systems, you will see this page updated. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new new issue not yet triaged
Projects
None yet
Development

No branches or pull requests

2 participants