diff --git a/Makefile b/Makefile index 7965b641b..63c8eb446 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ help: build/%: DOCKER_BUILD_ARGS?= +build/%: ROOT_CONTAINER?=ubuntu:22.04 build/%: ## build the latest image for a stack using the system's architecture docker build $(DOCKER_BUILD_ARGS) --rm --force-rm --tag "$(REGISTRY)/$(OWNER)/$(notdir $@):latest" "./images/$(notdir $@)" --build-arg REGISTRY="$(REGISTRY)" --build-arg OWNER="$(OWNER)" @echo -n "Built image size: "