Skip to content

Commit

Permalink
Add baseos to vendored images and bump fab version (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
  • Loading branch information
Brett Logan authored Jul 11, 2020
1 parent a610d60 commit 4e24e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pr:

variables:
GOPATH: $(Build.Repository.LocalPath)/src/test/fixture
FABRIC_VERSION: 2.1
FABRIC_VERSION: 2.2

pool:
vmImage: 'ubuntu-18.04'
Expand Down
4 changes: 2 additions & 2 deletions scripts/pull-fabric-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
set -euo pipefail

# FABRIC_VERSION is set in ci/azure-pipelines.yml
VERSION=${FABRIC_VERSION:-2.1}
VERSION=${FABRIC_VERSION:-2.2}
STABLE_TAG=amd64-${VERSION}-stable

for image in peer orderer tools ccenv javaenv nodeenv; do
for image in peer orderer tools ccenv baseos javaenv nodeenv; do
docker pull -q hyperledger-fabric.jfrog.io/fabric-${image}:${STABLE_TAG}
docker tag hyperledger-fabric.jfrog.io/fabric-${image}:${STABLE_TAG} hyperledger/fabric-${image}
docker rmi -f hyperledger-fabric.jfrog.io/fabric-${image}:${STABLE_TAG} >/dev/null
Expand Down

0 comments on commit 4e24e47

Please sign in to comment.