Skip to content

Commit

Permalink
Merge pull request #36 from hightall/issue35
Browse files Browse the repository at this point in the history
[Fix #35] Remove unused images download operation
  • Loading branch information
hightall authored Oct 23, 2019
2 parents 12c722b + 43fea6f commit c307955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/master_node/download_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo_b "Check node:9.2 image."

# docker image

for IMG in baseimage engine mongo operator-dashboard user-dashboard watchdog parse-server ; do
for IMG in dashboard nginx api-engine; do
HLC_IMG=hyperledger/cello-${IMG}
#if [ -z "$(docker images -q ${HLC_IMG}:${ARCH}-${VERSION} 2> /dev/null)" ]; then # not exist
echo_b "Pulling ${HLC_IMG}:${ARCH}-${VERSION} from dockerhub"
Expand Down

0 comments on commit c307955

Please sign in to comment.