From ebece454c8d153199c67a53fb56dbda0110ea38e Mon Sep 17 00:00:00 2001 From: Feng Zhou Date: Wed, 23 Oct 2019 13:42:33 +0800 Subject: [PATCH 1/2] docker change --- .travis.yml | 2 +- scripts/avail-ext-doc/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 17e845239c3..3a957ae899d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ jobs: -e DOC_REPO_SLUG='MicrosoftDocs/azure-docs-cli' \ -e REPO_LOCATION=/repo \ -v $PWD:/repo \ - sttramer/az-ext-list-publisher:0.3.0 + mcr.microsoft.com/az-ext-list-publisher:0.3.0 env: PURPOSE='SyncAvailableExtensionsDoc' if: repo = Azure/azure-cli-extensions and branch = master and type = cron fast_finish: true diff --git a/scripts/avail-ext-doc/README.md b/scripts/avail-ext-doc/README.md index 6b8ac316298..26c12439103 100644 --- a/scripts/avail-ext-doc/README.md +++ b/scripts/avail-ext-doc/README.md @@ -5,7 +5,7 @@ Automatically create PR to update the document listing the available CLI extensi To build locally: ```bash -docker build . -t sttramer/az-ext-list-publisher:0.2.0 +docker build . -t mcr.microsoft.com/az-ext-list-publisher:0.3.0 ``` To run locally: @@ -20,7 +20,7 @@ docker run \ -e DOC_REPO_SLUG=$DOC_REPO_SLUG \ -e REPO_LOCATION=/repo \ -v $PWD:/repo \ - sttramer/az-ext-list-publisher:0.2.0 + mcr.microsoft.com/az-ext-list-publisher:0.3.0 ``` For example: @@ -35,5 +35,5 @@ docker run \ -e DOC_REPO_SLUG='azure/azure-docs-cli-python' \ -e REPO_LOCATION=/repo \ -v /Repos/azure-cli-extensions:/repo \ - sttramer/az-ext-list-publisher:0.2.0 + mcr.microsoft.com/az-ext-list-publisher:0.3.0 ``` From 190cddd79d97f8cfad6e9a4fc866bf86f9624f5f Mon Sep 17 00:00:00 2001 From: Feng Zhou Date: Thu, 31 Oct 2019 11:33:12 +0800 Subject: [PATCH 2/2] change docker image name --- .travis.yml | 2 +- scripts/avail-ext-doc/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a957ae899d..581ca3ed32a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ jobs: -e DOC_REPO_SLUG='MicrosoftDocs/azure-docs-cli' \ -e REPO_LOCATION=/repo \ -v $PWD:/repo \ - mcr.microsoft.com/az-ext-list-publisher:0.3.0 + mcr.microsoft.com/azure-cli-ext/ext-list-publisher:0.3.0 env: PURPOSE='SyncAvailableExtensionsDoc' if: repo = Azure/azure-cli-extensions and branch = master and type = cron fast_finish: true diff --git a/scripts/avail-ext-doc/README.md b/scripts/avail-ext-doc/README.md index 26c12439103..e51ea5d8beb 100644 --- a/scripts/avail-ext-doc/README.md +++ b/scripts/avail-ext-doc/README.md @@ -5,7 +5,7 @@ Automatically create PR to update the document listing the available CLI extensi To build locally: ```bash -docker build . -t mcr.microsoft.com/az-ext-list-publisher:0.3.0 +docker build . -t mcr.microsoft.com/azure-cli-ext/ext-list-publisher:0.3.0 ``` To run locally: @@ -20,7 +20,7 @@ docker run \ -e DOC_REPO_SLUG=$DOC_REPO_SLUG \ -e REPO_LOCATION=/repo \ -v $PWD:/repo \ - mcr.microsoft.com/az-ext-list-publisher:0.3.0 + mcr.microsoft.com/azure-cli-ext/ext-list-publisher:0.3.0 ``` For example: @@ -35,5 +35,5 @@ docker run \ -e DOC_REPO_SLUG='azure/azure-docs-cli-python' \ -e REPO_LOCATION=/repo \ -v /Repos/azure-cli-extensions:/repo \ - mcr.microsoft.com/az-ext-list-publisher:0.3.0 + mcr.microsoft.com/azure-cli-ext/ext-list-publisher:0.3.0 ```