From 53cc6579282eb1f95456c2e795fa538952c789b6 Mon Sep 17 00:00:00 2001 From: Nao Nishijima Date: Fri, 2 Nov 2018 20:45:51 +0000 Subject: [PATCH] [FAB-11043] Remove "-stable" suffix in upgrade docs In docker hub, there is no "-stable" tag for fabric images. However, "-stable" tag is written in upgrade docs and upgrades steps fail. This CR removes "-stable" tag. FAB-11043 #done Change-Id: I85c9b7c5b39c09c1ac331cb226fe5dae67e26707 Signed-off-by: Nao Nishijima --- docs/source/upgrading_your_network_tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/upgrading_your_network_tutorial.rst b/docs/source/upgrading_your_network_tutorial.rst index 571152f1e52..b960b0435dc 100644 --- a/docs/source/upgrading_your_network_tutorial.rst +++ b/docs/source/upgrading_your_network_tutorial.rst @@ -214,7 +214,7 @@ Let’s begin the upgrade process by **bringing down the orderer**: # Note, replace '1.3.x' with a specific version, for example '1.3.0'. # Set IMAGE_TAG to 'latest' if you prefer to default to the images tagged 'latest' on your system. - export IMAGE_TAG=$(go env GOARCH)-1.3.x-stable + export IMAGE_TAG=$(go env GOARCH)-1.3.x We have created a variable for a directory to put file backups into, and exported the ``IMAGE_TAG`` we'd like to move to. @@ -343,7 +343,7 @@ If you specifically want the v1.3 version of the CLI, issue: .. code:: bash - IMAGE_TAG=$(go env GOARCH)-1.3.x-stable docker-compose -f docker-compose-cli.yaml up -d --no-deps cli + IMAGE_TAG=$(go env GOARCH)-1.3.x docker-compose -f docker-compose-cli.yaml up -d --no-deps cli Once you have the version of the CLI you want, get into the CLI container: