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

Add Ubuntu 18LTS bionic to the repo #5731

Closed
mitcht opened this issue Mar 5, 2018 · 8 comments
Closed

Add Ubuntu 18LTS bionic to the repo #5731

mitcht opened this issue Mar 5, 2018 · 8 comments

Comments

@mitcht
Copy link

mitcht commented Mar 5, 2018

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.

@derekbekoe derekbekoe added this to the Backlog milestone Mar 5, 2018
@derekbekoe
Copy link
Member

Since Bionic hasn't been finalized yet, we do not publish for bionic.
The install page does call it out "Ubuntu trusty, xenial, and artful".

Since Bionic will be released at the end of April, in the month of May, we can look at adding this.
https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule

@mitcht
Copy link
Author

mitcht commented Mar 5, 2018

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?

@derekbekoe
Copy link
Member

derekbekoe commented Mar 5, 2018

We provide packages for the Current/Stable releases so once Bionic reaches that status, we'll look into publishing for Bionic also.

Are you hinting that the Microsoft azure CLI is going to be part of Canon or universe?

We'll publish to https://packages.microsoft.com.

@mitcht mitcht closed this as completed Mar 5, 2018
@maxburke
Copy link

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!

@derekbekoe
Copy link
Member

We are looking into publishing a bionic package to https://packages.microsoft.com/repos/azure-cli/dists/

Meanwhile, the package is available with:

wget https://azurecliprod.blob.core.windows.net/release-2-0-31/azure-cli_2.0.31-1~bionic_all.deb
dpkg -i azure-cli_2.0.31-1~bionic_all.deb

@maxburke
Copy link

Fantastic! Thank you so much, Derek!

@derekbekoe
Copy link
Member

We've published to packages.microsoft.com so follow the standard official install instructions.
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest

https://packages.microsoft.com/repos/azure-cli/dists/bionic/

@derekbekoe
Copy link
Member

Future releases from 2.0.31 onwards will have bionic packages published.

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

No branches or pull requests

4 participants