-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add Ubuntu 18LTS bionic to the repo #5731
Comments
Since Bionic hasn't been finalized yet, we do not publish for bionic. Since Bionic will be released at the end of April, in the month of May, we can look at adding this. |
Your repo is not going to be included in the bionic release as part of Canon, and I doubt part of universe. There release schedule, albeit important, Should not weigh on the release timing for this repo. Are you hinting that the Microsoft azure CLI is going to be part of Canon or universe? |
We provide packages for the Current/Stable releases so once Bionic reaches that status, we'll look into publishing for Bionic also.
We'll publish to https://packages.microsoft.com. |
Hello! With Bionic's official release coming up shortly, I am beginning to evaluate the transition to Ubuntu 18.04 for our infrastructure. Would it be possible to have azure-cli packages posted for Bionic, even if just a pre-release? Thanks! |
We are looking into publishing a bionic package to https://packages.microsoft.com/repos/azure-cli/dists/ Meanwhile, the package is available with:
|
Fantastic! Thank you so much, Derek! |
We've published to packages.microsoft.com so follow the standard official install instructions. https://packages.microsoft.com/repos/azure-cli/dists/bionic/ |
Future releases from 2.0.31 onwards will have bionic packages published. |
There isn't much I can say about this issue. Ubuntu 18 LTS "bionic" is not currently located on https://packages.microsoft.com/repos/azure-cli/dists/
FWIW, the instructions to install the package located at https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest use instructions to grab the repo as so:
AZ_REPO=$(lsb_release -cs)
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $AZ_REPO main" |
sudo tee /etc/apt/sources.list.d/azure-cli.list
This results in a broken link in the package manager.
Artful will install if you do it manually.
The text was updated successfully, but these errors were encountered: