Always pull the node and go image when building nodesuper and gosuper

This commit is contained in:
Pablo Carranza Velez
2016-10-06 21:15:11 +00:00
parent 8f52a8c7c2
commit 7da47d5449

View File

@ -165,7 +165,7 @@ deploy: supervisor
nodesuper: nodesuper:
sed 's/%%ARCH%%/$(ARCH)/g' Dockerfile.build.template > Dockerfile.build.$(ARCH) sed 's/%%ARCH%%/$(ARCH)/g' Dockerfile.build.template > Dockerfile.build.$(ARCH)
docker build \ docker build --pull \
$(DOCKER_HTTP_PROXY) \ $(DOCKER_HTTP_PROXY) \
$(DOCKER_HTTPS_PROXY) \ $(DOCKER_HTTPS_PROXY) \
$(DOCKER_NO_PROXY) \ $(DOCKER_NO_PROXY) \
@ -176,7 +176,7 @@ nodesuper:
resin/node-supervisor-$(ARCH):$(SUPERVISOR_VERSION) resin/node-supervisor-$(ARCH):$(SUPERVISOR_VERSION)
gosuper: gosuper:
cd gosuper && docker build \ cd gosuper && docker build --pull \
$(DOCKER_HTTP_PROXY) \ $(DOCKER_HTTP_PROXY) \
$(DOCKER_HTTPS_PROXY) \ $(DOCKER_HTTPS_PROXY) \
$(DOCKER_NO_PROXY) \ $(DOCKER_NO_PROXY) \