Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

acs-engine code is using older key for azure-cli install #2760

Closed
radhikagupta5 opened this issue Apr 24, 2018 · 0 comments · Fixed by #2786
Closed

acs-engine code is using older key for azure-cli install #2760

radhikagupta5 opened this issue Apr 24, 2018 · 0 comments · Fixed by #2786
Assignees
Labels
cse-sync-week Triage for issues that would be good for CSE sync week, April 24-27th 2018

Comments

@radhikagupta5
Copy link

In latest master the Docker file is installing latest az-cli using,

RUN apt-get update
&& apt-get install apt-transport-https
&& echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ wheezy main" > /etc/apt/sources.list.d/azure-cli.list
&& apt-key adv --keyserver packages.microsoft.com --recv-keys 52E16F86FEE04B979B07E28DB02C46DF417A0893
&& apt-get update
&& apt-get install azure-cli

According to this document below the key used above will be deprecated in May 2018 and we should start using the new key,
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest

@CecileRobertMichon CecileRobertMichon added the cse-sync-week Triage for issues that would be good for CSE sync week, April 24-27th 2018 label Apr 25, 2018
@marrobi marrobi self-assigned this Apr 26, 2018
@Benjiiim Benjiiim assigned Benjiiim and unassigned marrobi Apr 26, 2018
@ghost ghost added the in progress label Apr 26, 2018
@ghost ghost removed the in progress label May 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cse-sync-week Triage for issues that would be good for CSE sync week, April 24-27th 2018
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants