We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
Currently RPMs are built with CentOS 7 and Red Hat UBI 8:
azure-cli/azure-pipelines.yml
Lines 719 to 769 in 1d065f0
These RPMs depend on Python 3.6 which is deprecated and fail on the latest Fedora 35 (#22235) which doesn't have Python 3.6 by default.
Describe the solution you'd like
We should build RPM for Fedora. Actually we do have a dockerfile for Fedora - https://github.com/Azure/azure-cli/blob/dev/scripts/release/rpm/fedora.dockerfile, but this dockerfile has not been maintained for a long time.
The text was updated successfully, but these errors were encountered:
Fedora
Sorry, something went wrong.
az storage account create
According to https://docs.fedoraproject.org/en-US/releases/eol/, Fedora Linux 34 reached EOL on 2022-06-07. We should only build RPM for 35 and 36.
jiasli
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Currently RPMs are built with CentOS 7 and Red Hat UBI 8:
azure-cli/azure-pipelines.yml
Lines 719 to 769 in 1d065f0
These RPMs depend on Python 3.6 which is deprecated and fail on the latest Fedora 35 (#22235) which doesn't have Python 3.6 by default.
Describe the solution you'd like
We should build RPM for Fedora. Actually we do have a dockerfile for Fedora - https://github.com/Azure/azure-cli/blob/dev/scripts/release/rpm/fedora.dockerfile, but this dockerfile has not been maintained for a long time.
The text was updated successfully, but these errors were encountered: