Makefile: apply BUILD_CMD to standard images

This commit is contained in:
Matt McCormick 2024-03-25 22:33:07 -04:00
parent 9f4fe90923
commit 0ee05c1f5a

View File

@ -254,7 +254,7 @@ $(VERBOSE).SILENT: display_images
$(STANDARD_IMAGES): %: %/Dockerfile base
mkdir -p $@/imagefiles && cp -r imagefiles $@/
$(DOCKER) build -t $(ORG)/$@:latest \
$(DOCKER) $(BUILD_CMD) -t $(ORG)/$@:latest \
-t $(ORG)/$@:$(TAG) \
--build-arg ORG=$(ORG) \
--build-arg IMAGE=$(ORG)/$@ \