Skip to content

Commit

Permalink
FABCN-391 Use version 2.1 of fabric docker images
Browse files Browse the repository at this point in the history
Signed-off-by: heatherlp <heatherpollard0@gmail.com>
  • Loading branch information
heatherlp authored and mbwhite committed Mar 30, 2020
1 parent 78f8cf8 commit c09385c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/getEdgeDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ echo "Fetching images from Artifactory"
ARTIFACTORY_URL=hyperledger-fabric.jfrog.io
ORG_NAME="hyperledger"

VERSION=2.0.0
CA_VERSION=1.4.4
VERSION=2.1
CA_VERSION=1.4
ARCH="amd64"
MASTER_TAG=$ARCH-master

Expand Down Expand Up @@ -40,7 +40,7 @@ dockerTag() {
docker tag $ARTIFACTORY_URL/fabric-$IMAGES:$STABLE_TAG $ORG_NAME/fabric-$IMAGES
docker tag $ARTIFACTORY_URL/fabric-$IMAGES:$STABLE_TAG $ORG_NAME/fabric-$IMAGES:$MASTER_TAG
echo "$ORG_NAME/fabric-$IMAGES:$MASTER_TAG"
echo "Deleting Artifcatory docker images: $IMAGES"
echo "Deleting Artifactory docker images: $IMAGES"
docker rmi -f $ARTIFACTORY_URL/fabric-$IMAGES:$STABLE_TAG
done
}
Expand Down

0 comments on commit c09385c

Please sign in to comment.