aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/installers/Makefile
blob: 17c651dd163b75e251fa4182ebc3f988c95efc28 (plain)
1
2
3
4
5
6
7
8
9
10
REGISTRY?=integratedcloudnative
TAG?=latest
IMAGES=iavf-driver-installer

.PHONY: all $(IMAGES)

all: $(IMAGES)

$(IMAGES):
	docker build -t $(REGISTRY)/$@:$(TAG) -f Dockerfile.$@ .