Skip to content

Commit

Permalink
[CE-64] Fix fabric images tag
Browse files Browse the repository at this point in the history
Change IMG_version from 1.0.0.rc1 to v1.0.0.rc1

Change-Id: I495a2fee8768a381acacbafdf8b19da511b98ba0
Signed-off-by: qiang0723 <wqiang0723@gmail.com>
  • Loading branch information
qiang0723 committed Jun 27, 2017
1 parent 7863411 commit bc94641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/worker_node_setup/download_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BASEIMAGE_RELEASE=0.3.1
BASE_VERSION=1.0.0
PROJECT_VERSION=1.0.0-rc1

IMG_VERSION=1.0.0-rc1
IMG_VERSION=v1.0.0-rc1
# latest is only For testing latest images

echo_b "Downloading images from DockerHub... need a while"
Expand All @@ -40,4 +40,4 @@ docker tag yeasy/hyperledger-fabric-peer:$IMG_VERSION hyperledger/fabric-peer \
&& docker tag yeasy/hyperledger-fabric-base:$IMG_VERSION hyperledger/fabric-baseos:$ARCH-$BASE_VERSION \
&& docker tag yeasy/hyperledger-fabric-base:$IMG_VERSION hyperledger/fabric-baseimage:$ARCH-$BASEIMAGE_RELEASE

echo_g "Done, now worker node should have all images, use `docker images` to check"
echo_g "Done, now worker node should have all images, use `docker images` to check"

0 comments on commit bc94641

Please sign in to comment.