Skip to content

Conversation

@fengzhou-msft
Copy link
Member

Description

We publish a legacy docker image microsoft/azure-cli and a new mcr.microsoft.com/azure-cli. Meanwhile we use some docker images to build the Linux packages, these docker images are used only during packaging and not published. But they are using the same name as the published azure-cli images. To avoid confusion, this PR renames the docker images used for packaging.

Testing Guide

History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.


This checklist is used to make sure that common guidelines for a pull request are followed.

Comment on lines -125 to -129
For automated builds triggered by pushes to this repo, see [azuresdk/azure-cli-python](https://hub.docker.com/r/azuresdk/azure-cli-python/tags).
For example:
```bash
$ docker run -u $(id -u):$(id -g) -v ${HOME}:/home/az -e HOME=/home/az --rm -it azuresdk/azure-cli-python:dev
```
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This image has not been updated for over 2 years. This is no longer in the pipeline.

@yungezz yungezz self-assigned this Oct 10, 2020
@yungezz
Copy link
Member

yungezz commented Oct 10, 2020

hi @fengzhou-msft how to test the change?

@yungezz yungezz added this to the S177 milestone Oct 10, 2020
@fengzhou-msft
Copy link
Member Author

hi @fengzhou-msft how to test the change?

Tested the changes in build_test branch: https://dev.azure.com/azure-sdk/public/_build/results?buildId=570345&view=results

The tests for yum and deb packages have passed.

@fengzhou-msft fengzhou-msft merged commit 1ef59ba into Azure:dev Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants