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

.PHONY: all $(IMAGES)

all: $(IMAGES)

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