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

ARO workshops: Fix dependency error for Rhel 9 #9025

Closed
wants to merge 1 commit into from

Conversation

YoNoSoyVictor
Copy link
Contributor

This fix should fix the ongoing error with all ARO workshops.

For rhel 9 the correct repository is https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm instead of the https://packages.microsoft.com/config/rhel/9/packages-microsoft-prod.rpm currently beig used which is causing a dependency error (Notice 9 vs 9.0)

This is explained in the Azure CLI installation documentation (Step 2 in [1])

[1] https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=dnf#install-azure-cli

For rhel 9 the correct repository is `https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm` instead of the `https://packages.microsoft.com/config/rhel/9/packages-microsoft-prod.rpm` currently beig used which is causing a dependency error (Notice 9 vs 9.0)

This is explained in the Azure CLI installation documentation (Step 2 in [1])

[1] https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=dnf#install-azure-cli
@YoNoSoyVictor
Copy link
Contributor Author

The sha256sum of both 9.0 and 9 packages is the same so this is unlikely to fix it. I opened an issue with the Azure CLI team: Azure/azure-cli#30748

Will test anyways just in case and close the PR once it fails.

@YoNoSoyVictor
Copy link
Contributor Author

YoNoSoyVictor commented Feb 3, 2025

Test failed - Closing PR.

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

Successfully merging this pull request may close these issues.

1 participant