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

Azure Linux installation fails #29734

Open
cpressland opened this issue Aug 19, 2024 · 3 comments
Open

Azure Linux installation fails #29734

cpressland opened this issue Aug 19, 2024 · 3 comments
Assignees
Labels
Azure CLI Team The command of the issue is owned by Azure CLI team customer-reported Issues that are reported by GitHub users external to the Azure organization. Packaging question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Similar-Issue
Milestone

Comments

@cpressland
Copy link

Describe the bug

When attempting to package up Azure-CLI within an Azure Linux 3.0 Container, the installation fails.

Related command

FROM mcr.microsoft.com/azurelinux/base/core:3.0
RUN tdnf install azure-cli -y

Errors

4.871 azure-cli package not found or not installed
4.871 Error(1011) : No matching packages

Issue script & Debug output

N/A

Expected behavior

A working Azure CLI installation.

Environment Summary

N/A

Additional context

This does work when installed with Azure Linux 2.0:

FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
RUN tdnf install azure-cli -y

I expect this is due to Azure Linux 3.0 using Python 3.12, which doesn't seem to be supported yet via #27673

@cpressland cpressland added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Aug 19, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Aug 19, 2024
@yonzhan
Copy link
Collaborator

yonzhan commented Aug 19, 2024

Thank you for opening this issue, we will look into it.

Copy link

Here are some similar issues that might help you. Please check if they can solve your problem.

@yonzhan yonzhan added Packaging question The issue doesn't require a change to the product in order to be resolved. Most issues start as that and removed bug This issue requires a change to an existing behavior in the product in order to be resolved. labels Aug 19, 2024
@yonzhan yonzhan added this to the Backlog milestone Aug 19, 2024
@yonzhan yonzhan added the Azure CLI Team The command of the issue is owned by Azure CLI team label Aug 19, 2024
@bebound
Copy link
Contributor

bebound commented Aug 20, 2024

Here are some similar issues that might help you. Please check if they can solve your problem.

Although this issue is not about Azure Linux 3, it finds a similar issue when Ubuntu 21.10 package is not available.


Azure Linux 3 will be supported in next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure CLI Team The command of the issue is owned by Azure CLI team customer-reported Issues that are reported by GitHub users external to the Azure organization. Packaging question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Similar-Issue
Projects
None yet
Development

No branches or pull requests

3 participants