Skip to content

Commit

Permalink
[Fix #35] Remove unused images download operation
Browse files Browse the repository at this point in the history
Add api-engine/nginx/dashboard images download.

Signed-off-by: Haitao Yue <hightallyht@gmail.com>
  • Loading branch information
hightall committed Oct 23, 2019
1 parent 5398da3 commit 43fea6f
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 43fea6f

Please sign in to comment.