mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-20 16:20:16 +00:00
Always pull the node and go image when building nodesuper and gosuper
This commit is contained in:
4
Makefile
4
Makefile
@ -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) \
|
||||||
|
Reference in New Issue
Block a user