diff --git a/projects/swarmd/swarmd/Makefile b/projects/swarmd/swarmd/Makefile index 13ae4dd66..b8e0bb5f7 100644 --- a/projects/swarmd/swarmd/Makefile +++ b/projects/swarmd/swarmd/Makefile @@ -1,15 +1,4 @@ -.PHONY: tag push -all: push - -ORG?=linuxkit IMAGE=swarmd +NETWORK=1 -HASH?=$(shell git ls-tree HEAD -- ../$(notdir $(CURDIR)) | awk '{print $$3}') - -default: push - -tag: Dockerfile - docker build --no-cache -t $(ORG)/$(IMAGE):$(HASH) . - -push: tag - docker pull $(ORG)/$(IMAGE):$(HASH) || docker push $(ORG)/$(IMAGE):$(HASH) +include ../../../pkg/package.mk