mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-17 07:48:52 +00:00
Always pull the node and go image when building nodesuper and gosuper
This commit is contained in:
parent
8f52a8c7c2
commit
7da47d5449
4
Makefile
4
Makefile
@ -165,7 +165,7 @@ deploy: supervisor
|
||||
|
||||
nodesuper:
|
||||
sed 's/%%ARCH%%/$(ARCH)/g' Dockerfile.build.template > Dockerfile.build.$(ARCH)
|
||||
docker build \
|
||||
docker build --pull \
|
||||
$(DOCKER_HTTP_PROXY) \
|
||||
$(DOCKER_HTTPS_PROXY) \
|
||||
$(DOCKER_NO_PROXY) \
|
||||
@ -176,7 +176,7 @@ nodesuper:
|
||||
resin/node-supervisor-$(ARCH):$(SUPERVISOR_VERSION)
|
||||
|
||||
gosuper:
|
||||
cd gosuper && docker build \
|
||||
cd gosuper && docker build --pull \
|
||||
$(DOCKER_HTTP_PROXY) \
|
||||
$(DOCKER_HTTPS_PROXY) \
|
||||
$(DOCKER_NO_PROXY) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user