Skip to content

Commit

Permalink
Merge "[FAB-9192] Use BASE_DOCKER_NS for thirdparty images" into rele…
Browse files Browse the repository at this point in the history
…ase-1.1
  • Loading branch information
christo4ferris authored and Gerrit Code Review committed Apr 1, 2018
2 parents 3854731 + 04069bc commit a0e7ac8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ desk-check: license spelling linter verify behave
# Pull thirdparty docker images based on the latest baseimage release version
.PHONY: docker-thirdparty
docker-thirdparty:
docker pull $(DOCKER_NS)/fabric-couchdb:$(BASE_DOCKER_TAG)
docker tag $(DOCKER_NS)/fabric-couchdb:$(BASE_DOCKER_TAG) $(DOCKER_NS)/fabric-couchdb
docker pull $(DOCKER_NS)/fabric-zookeeper:$(BASE_DOCKER_TAG)
docker tag $(DOCKER_NS)/fabric-zookeeper:$(BASE_DOCKER_TAG) $(DOCKER_NS)/fabric-zookeeper
docker pull $(DOCKER_NS)/fabric-kafka:$(BASE_DOCKER_TAG)
docker tag $(DOCKER_NS)/fabric-kafka:$(BASE_DOCKER_TAG) $(DOCKER_NS)/fabric-kafka
docker pull $(BASE_DOCKER_NS)/fabric-couchdb:$(BASE_DOCKER_TAG)
docker tag $(BASE_DOCKER_NS)/fabric-couchdb:$(BASE_DOCKER_TAG) $(DOCKER_NS)/fabric-couchdb
docker pull $(BASE_DOCKER_NS)/fabric-zookeeper:$(BASE_DOCKER_TAG)
docker tag $(BASE_DOCKER_NS)/fabric-zookeeper:$(BASE_DOCKER_TAG) $(DOCKER_NS)/fabric-zookeeper
docker pull $(BASE_DOCKER_NS)/fabric-kafka:$(BASE_DOCKER_TAG)
docker tag $(BASE_DOCKER_NS)/fabric-kafka:$(BASE_DOCKER_TAG) $(DOCKER_NS)/fabric-kafka

.PHONY: spelling
spelling:
Expand Down

0 comments on commit a0e7ac8

Please sign in to comment.